DatabaseEncryptionKey.EncryptionState 属性
Gets or sets the encryption key state.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property EncryptionState As DatabaseEncryptionState
Get
用法
Dim instance As DatabaseEncryptionKey
Dim value As DatabaseEncryptionState
value = instance.EncryptionState
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DatabaseEncryptionState EncryptionState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DatabaseEncryptionState EncryptionState {
DatabaseEncryptionState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EncryptionState : DatabaseEncryptionState
function get EncryptionState () : DatabaseEncryptionState
属性值
类型:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionState
The encryption key state.
注释
Valid constants and underlying values are listed in the following table:
Underlying Value |
Constant |
---|---|
0 |
None |
1 |
Unencrypted |
2 |
EncryptioninProgress |
3 |
Encrypted |
4 |
EncryptionKeyChangesInProgress |
5 |
DecryptionInProgress |
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间