Sdílet prostřednictvím


ISql100DatabaseEncryptionKey.ServerCertificate – vlastnost

Získá nebo nastaví certifikát serveru, který zabezpečí šifrovacího klíče databáze.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql100DatabaseEncryptionKey Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů