SymmetricKeyEncryption コンストラクター (KeyEncryptionType, String)

指定した暗号化の種類と指定した値を使用して SymmetricKeyEncryption クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub New ( _
    encryptionType As KeyEncryptionType, _
    value As String _
)
'使用
Dim encryptionType As KeyEncryptionType 
Dim value As String 

Dim instance As New SymmetricKeyEncryption(encryptionType, _
    value)
public SymmetricKeyEncryption(
    KeyEncryptionType encryptionType,
    string value
)
public:
SymmetricKeyEncryption(
    KeyEncryptionType encryptionType, 
    String^ value
)
new : 
        encryptionType:KeyEncryptionType * 
        value:string -> SymmetricKeyEncryption
public function SymmetricKeyEncryption(
    encryptionType : KeyEncryptionType, 
    value : String
)

パラメーター

関連項目

参照

SymmetricKeyEncryption クラス

SymmetricKeyEncryption オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間