DatabaseEncryptionState 枚举

Enumerates the possible encryption states of a database.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Enumeration DatabaseEncryptionState
用法
Dim instance As DatabaseEncryptionState
public enum DatabaseEncryptionState
public enum class DatabaseEncryptionState
type DatabaseEncryptionState
public enum DatabaseEncryptionState

成员

成员名称 说明
DecryptionInProgress Decryption in progress.
Encrypted Database is encrypted.
EncryptionInProgress Encryption key changes in progress.
EncryptionKeyChangesInProgress Encryption key changes in progress.
None Encryption state is None.
Unencrypted There is no encryption.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间