Langue

SymmetricKeyEncryption Constructeurs

Définition

Surcharges

Nom Description
SymmetricKeyEncryption()

Constructeur par défaut

SymmetricKeyEncryption(KeyEncryptionType, String)

Constructeur paramétré : remplit les propriétés à partir de valeurs de paramètres

SymmetricKeyEncryption()

Constructeur par défaut

public SymmetricKeyEncryption();
Public Sub New ()

S’applique à

SymmetricKeyEncryption(KeyEncryptionType, String)

Constructeur paramétré : remplit les propriétés à partir de valeurs de paramètres

public SymmetricKeyEncryption(Microsoft.SqlServer.Management.Smo.KeyEncryptionType encryptionType, string value);
new Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption : Microsoft.SqlServer.Management.Smo.KeyEncryptionType * string -> Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption
Public Sub New (encryptionType As KeyEncryptionType, value As String)

Paramètres

encryptionType
KeyEncryptionType
value
String

S’applique à