Partilhar via


Método AddKeyEncryption (SymmetricKeyEncryption[])

Adds key encryption to the symmetric key.

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

Sintaxe

'Declaração
Public Sub AddKeyEncryption ( _
    keyEncryptions As SymmetricKeyEncryption() _
)
'Uso
Dim instance As SymmetricKey
Dim keyEncryptions As SymmetricKeyEncryption()

instance.AddKeyEncryption(keyEncryptions)
public void AddKeyEncryption(
    SymmetricKeyEncryption[] keyEncryptions
)
public:
void AddKeyEncryption(
    array<SymmetricKeyEncryption^>^ keyEncryptions
)
member AddKeyEncryption : 
        keyEncryptions:SymmetricKeyEncryption[] -> unit 
public function AddKeyEncryption(
    keyEncryptions : SymmetricKeyEncryption[]
)

Parâmetros

Comentários

The SymmetricKeyEncryption object parameter defines a key encryption type and a name or password associated with it.