SymmetricKeyEncryption 建構函式

定義

多載

名稱 Description
SymmetricKeyEncryption()

預設建構函式

SymmetricKeyEncryption(KeyEncryptionType, String)

參數化建構器 - 從參數值填充屬性

SymmetricKeyEncryption()

預設建構函式

public SymmetricKeyEncryption();
Public Sub New ()

適用於

SymmetricKeyEncryption(KeyEncryptionType, String)

參數化建構器 - 從參數值填充屬性

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)

參數

encryptionType
KeyEncryptionType
value
String

適用於