Share via


SymmetricKeyEncryptionType 列舉

The SymmetricKeyEncryptionType enumeration contains constant values that specify the type of symmetric key encryption.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)

語法

'宣告
Public Enumeration SymmetricKeyEncryptionType
'用途
Dim instance As SymmetricKeyEncryptionType
public enum SymmetricKeyEncryptionType
public enum class SymmetricKeyEncryptionType
type SymmetricKeyEncryptionType
public enum SymmetricKeyEncryptionType

成員

成員名稱 說明
SymmetricKey Encrypted by a symmetric key.
Certificate Encrypted by a certificate.
Password Encrypted by a password.
AsymmetricKey Encrypted by an asymmetric key.
MasterKey Encrypted by a master key.

備註

The SymmetricKeyEncryptionType enumeration class is served by the SetEncryptionOptions(SymmetricKeyEncryptionType, String) method.