SymmetricKeyEncryption コンストラクター

定義

オーバーロード

名前 説明
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

適用対象