Share via


ISql90ServiceBrokerLanguageSpecifier.AuthenticationWindowsMode Property

Gets or sets a value that models the authentication option.

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

Syntax

'Declaration
Property AuthenticationWindowsMode As Sql90AuthenticationModes
Sql90AuthenticationModes AuthenticationWindowsMode { get; set; }
property Sql90AuthenticationModes AuthenticationWindowsMode {
    Sql90AuthenticationModes get ();
    void set (Sql90AuthenticationModes value);
}
abstract AuthenticationWindowsMode : Sql90AuthenticationModes with get, set
function get AuthenticationWindowsMode () : Sql90AuthenticationModes
function set AuthenticationWindowsMode (value : Sql90AuthenticationModes)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.Sql90AuthenticationModes

.NET Framework Security

See Also

Reference

ISql90ServiceBrokerLanguageSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace