Click or drag to resize

AbstractSqlTestStepSqlAuthenticationMode Property

Gets or sets the SQL authentication mode.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public SqlAuthenticationMode SqlAuthenticationMode { get; set; }

Property Value

Type: SqlAuthenticationMode
The SQL authentication mode, SqlAuthenticationMode
See Also