Freigeben über


ISql90DatabaseMirroringLanguageSpecifier.AuthenticationWindowsMode-Eigenschaft

Ruft einen Wert ab, der die AUTHENTICATION-Option modelliert, oder legt den Wert fest.

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

Syntax

'Declaration
Property AuthenticationWindowsMode As Sql90AuthenticationModes
    Get
    Set
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)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90DatabaseMirroringLanguageSpecifier Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace