Partager via


ISql90ServiceBrokerLanguageSpecifier.DoUseCertificateFirst, propriété

Obtient ou définit une valeur qui indique si le point de terminaison doit d'abord essayer d'utiliser le certificat pour l'authentification, puis rappeler l'authentification Windows, plutôt que 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

ISql90ServiceBrokerLanguageSpecifier Interface

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