Partager via


ISql90DatabaseMirroringLanguageSpecifier.DoUseCertificateFirst, propriété

Obtient ou définit une valeur qui indique si le point de terminaison essaiera d'abord d'utiliser le certificat pour l'authentification, puis de rappeler l'authentification Windows, plutôt que d'essayer d'utiliser d'abord l'authentification Windows.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql90DatabaseMirroringLanguageSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms