DatabaseEncryptionKeyAlgorithm 枚举
Specifies the database encryption key algorithms.
命名空间: 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 | The algorithm is Aes128. | |
Aes192 | The algorithm is Aes192. | |
Aes256 | The algorithm is Aes256. | |
None | The algorithm is None. | |
TripleDes3Key | The algorithm is TripleDes3Key. |