Share via


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

成員

成員名稱 說明
None Encryption state is None.
Unencrypted There is no encryption.
EncryptionInProgress Encryption key changes in progress.
Encrypted Database is encrypted.
EncryptionKeyChangesInProgress Encryption key changes in progress.
DecryptionInProgress Decryption in progress.