Partilhar via


Propriedade ISql90User.Certificate

Obtém ou define o certificado para o qual o usuário foi criado.

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

Sintaxe

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

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

Segurança do .NET Framework

Consulte também

Referência

ISql90User Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel