共用方式為


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

成員

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

備註

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

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間