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; }
<DataMemberAttribute>
Public Property SqlAuthenticationMode As SqlAuthenticationMode
Get
Set
public:
[DataMemberAttribute]
property SqlAuthenticationMode SqlAuthenticationMode {
SqlAuthenticationMode get ();
void set (SqlAuthenticationMode value);
}
[<DataMemberAttribute>]
member SqlAuthenticationMode : SqlAuthenticationMode with get, set
Property Value
Type:
SqlAuthenticationMode
The SQL authentication mode,
SqlAuthenticationModeSee Also