Compartir a través de


ISql90Login.Certificate (Propiedad)

Obtiene o establece el certificado asociado a este inicio de sesión.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property Certificate As ISql90Certificate
    Get
    Set
ISql90Certificate Certificate { get; set; }
property ISql90Certificate^ Certificate {
    ISql90Certificate^ get ();
    void set (ISql90Certificate^ value);
}
abstract Certificate : ISql90Certificate with get, set
function get Certificate () : ISql90Certificate
function set Certificate (value : ISql90Certificate)

Valor de propiedad

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Certificate

Seguridad de .NET Framework

Vea también

Referencia

ISql90Login Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)