ISql90HttpProtocolSpecifier.AuthenticationMode Property
Gets or sets the authentication mode.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property AuthenticationMode As Sql90AuthenticationModes
Sql90AuthenticationModes AuthenticationMode { get; set; }
property Sql90AuthenticationModes AuthenticationMode {
Sql90AuthenticationModes get ();
void set (Sql90AuthenticationModes value);
}
abstract AuthenticationMode : Sql90AuthenticationModes with get, set
function get AuthenticationMode () : Sql90AuthenticationModes
function set AuthenticationMode (value : Sql90AuthenticationModes)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.Sql90AuthenticationModes
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.