Click or drag to resize

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
)

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