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 |