Condividi tramite


Proprietà DatabaseEncryptionKeyStatement.Encryptor

Gets or sets the encryptor name used to encrypt the encryption key. Only certificate and asymmetric key are allowed here, and crypto should not have password or signature.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property Encryptor As CryptoMechanism 
    Get 
    Set
'Utilizzo
Dim instance As DatabaseEncryptionKeyStatement 
Dim value As CryptoMechanism 

value = instance.Encryptor

instance.Encryptor = value
public CryptoMechanism Encryptor { get; set; }
public:
property CryptoMechanism^ Encryptor {
    CryptoMechanism^ get ();
    void set (CryptoMechanism^ value);
}
member Encryptor : CryptoMechanism with get, set
function get Encryptor () : CryptoMechanism 
function set Encryptor (value : CryptoMechanism)

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.CryptoMechanism
The encryptor.

Vedere anche

Riferimento

DatabaseEncryptionKeyStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom