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. |