Dela via


ISql90ServiceBrokerLanguageSpecifier.AuthenticationWindowsMode Property

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

Syntax

'Declaration
Property AuthenticationWindowsMode As Sql90AuthenticationMode
'Usage
Dim instance As ISql90ServiceBrokerLanguageSpecifier 
Dim value As Sql90AuthenticationMode 

value = instance.AuthenticationWindowsMode

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

Property Value

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

.NET Framework Security

See Also

Reference

ISql90ServiceBrokerLanguageSpecifier Interface

ISql90ServiceBrokerLanguageSpecifier Members

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