Partilhar via


Propriedade do RDL DatabaseEncryptionKey.EncryptorName

Gets or sets the name of the server certificate that was used to encrypt the database.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EncryptorName As String 
    Get 
    Set
'Uso
Dim instance As DatabaseEncryptionKey 
Dim value As String 

value = instance.EncryptorName

instance.EncryptorName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string EncryptorName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ EncryptorName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EncryptorName : string with get, set
function get EncryptorName () : String 
function set EncryptorName (value : String)

Valor da propriedade

Tipo: System.String
The name of the server certificate that was used to encrypt the database.

Consulte também

Referência

DatabaseEncryptionKey Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Criptografia de Dados Transparente (TDE)

Gerenciar Criptografia de Banco de Dados (página Propriedades)