AbstractSqlTestStepTestConnectivity Method |
Tests the connectivity from the current settings
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax public bool TestConnectivity(
out string errorMessage
)
Public Function TestConnectivity (
<OutAttribute> ByRef errorMessage As String
) As Boolean
public:
bool TestConnectivity(
[OutAttribute] String^% errorMessage
)
member TestConnectivity :
errorMessage : string byref -> bool
Parameters
- errorMessage
- Type: SystemString
[Missing <param name="errorMessage"/> documentation for "M:Hummingbird.TestFramework.Automation.AbstractSqlTestStep.TestConnectivity(System.String@)"]
Return Value
Type:
Boolean if the connectivity is OK,
if the connection is failed
See Also