共用方式為


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 命名空間