Dela via


ISql90HttpProtocolSpecifier.AuthenticationMode Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property AuthenticationMode As Sql90AuthenticationMode
'Usage
Dim instance As ISql90HttpProtocolSpecifier 
Dim value As Sql90AuthenticationMode 

value = instance.AuthenticationMode

instance.AuthenticationMode = value
Sql90AuthenticationMode AuthenticationMode { get; set; }
property Sql90AuthenticationMode AuthenticationMode {
    Sql90AuthenticationMode get ();
    void set (Sql90AuthenticationMode value);
}
function get AuthenticationMode () : Sql90AuthenticationMode 
function set AuthenticationMode (value : Sql90AuthenticationMode)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql90AuthenticationMode

.NET Framework Security

See Also

Reference

ISql90HttpProtocolSpecifier Interface

ISql90HttpProtocolSpecifier Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace