Partilhar via


Propriedade ISql100DatabaseEncryptionKey.ServerCertificate

Obtém ou define o certificado do servidor que protege a chave de criptografia do banco de dados.

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

Sintaxe

'Declaração
Property ServerCertificate As ISql90Certificate
    Get
    Set
ISql90Certificate ServerCertificate { get; set; }
property ISql90Certificate^ ServerCertificate {
    ISql90Certificate^ get ();
    void set (ISql90Certificate^ value);
}
abstract ServerCertificate : ISql90Certificate with get, set
function get ServerCertificate () : ISql90Certificate
function set ServerCertificate (value : ISql90Certificate)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100DatabaseEncryptionKey Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel