Partilhar via


Propriedade ISql90DatabaseMirroringLanguageSpecifier.DoUseCertificateFirst

Obtém ou define um valor que indica se o ponto de extremidade tentará usar o certificado para autenticação, primeiro, em seguida, voltar a Windows autenticação, em vez de tentar usar Windows autenticação primeiro.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90DatabaseMirroringLanguageSpecifier Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel