次の方法で共有


DatabaseEncryptionKeyAlgorithm 列挙体

データベース暗号化キーのアルゴリズムを指定します。

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

構文

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

メンバー

メンバー名 説明
Aes128 アルゴリズムは Aes128 です。
Aes192 アルゴリズムは Aes192 です。
Aes256 アルゴリズムは Aes256 です。
None アルゴリズムは None です。
TripleDes3Key アルゴリズムは TripleDes3Key です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間