DatabaseEncryptionAlgorithm 列舉
Specifies the algorithm used to encrypt the database encryption key
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)
語法
'宣告
Public Enumeration DatabaseEncryptionAlgorithm
'用途
Dim instance As DatabaseEncryptionAlgorithm
public enum DatabaseEncryptionAlgorithm
public enum class DatabaseEncryptionAlgorithm
type DatabaseEncryptionAlgorithm
public enum DatabaseEncryptionAlgorithm
成員
成員名稱 | 說明 | |
---|---|---|
Aes128 | Key Length of 128 | |
Aes192 | Key Length of 192 | |
Aes256 | Key Length of 256 | |
TripleDes | Key Length of 192 |