Поделиться через


Свойство 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