KeyEncryptionType 枚举
The KeyEncryptionType enumeration is a list of constant values that specify the key encryption type.
命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Enumeration KeyEncryptionType
用法
Dim instance As KeyEncryptionType
public enum KeyEncryptionType
public enum class KeyEncryptionType
type KeyEncryptionType
public enum KeyEncryptionType
成员
| 成员名称 | 说明 | |
|---|---|---|
| SymmetricKey | Encryption is set by using a symmetric key. | |
| Certificate | Encryption is set by using a certificate. | |
| Password | Encryption is set by using a password. | |
| AsymmetricKey | Encryption is set by using an asymmetric key. | |
| Provider |