共用方式為


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

成員

成員名稱 說明
AsymmetricKey Encryption is set by using an asymmetric key.
Certificate Encryption is set by using a certificate.
Password Encryption is set by using a password.
Provider Encryption is set by the encryption provider.
SymmetricKey Encryption is set by using a symmetric key.

備註

The KeyEncryptionType class is served by the SymmetricKeyEncryption method.

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間