Proprietà ISql90DatabaseMirroringLanguageSpecifier.DoUseCertificateFirst

Ottiene o imposta un valore che indica se l'endpoint tenta dapprima di utilizzare il certificato per l'autenticazione, quindi di eseguire il fallback all'autenticazione di Windows, anziché tentare di utilizzare prima l'autenticazione di Windows.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property DoUseCertificateFirst As Boolean
    Get
    Set
bool DoUseCertificateFirst { get; set; }
property bool DoUseCertificateFirst {
    bool get ();
    void set (bool value);
}
abstract DoUseCertificateFirst : bool with get, set
function get DoUseCertificateFirst () : boolean
function set DoUseCertificateFirst (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90DatabaseMirroringLanguageSpecifier Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel