DatabaseEncryptionKeyExtender.EncryptionState 属性

Gets the database encryption state.

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

语法

声明
<ExtendedPropertyAttribute> _
Public ReadOnly Property EncryptionState As DatabaseEncryptionState 
    Get
用法
Dim instance As DatabaseEncryptionKeyExtender 
Dim value As DatabaseEncryptionState 

value = instance.EncryptionState
[ExtendedPropertyAttribute]
public DatabaseEncryptionState EncryptionState { get; }
[ExtendedPropertyAttribute]
public:
property DatabaseEncryptionState EncryptionState {
    DatabaseEncryptionState get ();
}
[<ExtendedPropertyAttribute>]
member EncryptionState : DatabaseEncryptionState
function get EncryptionState () : DatabaseEncryptionState

属性值

类型:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionState
The database encryption state.

请参阅

参考

DatabaseEncryptionKeyExtender 类

Microsoft.SqlServer.Management.Smo 命名空间