次の方法で共有


SymmetricKeyEncryptionType 列挙体

SymmetricKeyEncryptionType 列挙には、対称キー暗号化の種類を示す定数値が含まれます。

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

構文

'宣言
Public Enumeration SymmetricKeyEncryptionType
'使用
Dim instance As SymmetricKeyEncryptionType
public enum SymmetricKeyEncryptionType
public enum class SymmetricKeyEncryptionType
type SymmetricKeyEncryptionType
public enum SymmetricKeyEncryptionType

メンバー

メンバー名 説明
SymmetricKey 対称キーによって暗号化されます。
Certificate 証明書によって暗号化されます。
Password パスワードによって暗号化されます。
AsymmetricKey 非対称キーによって暗号化されます。
MasterKey マスタ キーによって暗号化されます。

説明

SymmetricKeyEncryptionType 列挙クラスは、SetEncryptionOptions(SymmetricKeyEncryptionType, String) メソッドによって処理されます。