Свойство EncryptionState
Gets or sets the encryption key state.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property EncryptionState As DatabaseEncryptionState
Get
'Применение
Dim instance As DatabaseEncryptionKey
Dim value As DatabaseEncryptionState
value = instance.EncryptionState
[SfcPropertyAttribute]
public DatabaseEncryptionState EncryptionState { get; }
[SfcPropertyAttribute]
public:
property DatabaseEncryptionState EncryptionState {
DatabaseEncryptionState get ();
}
[<SfcPropertyAttribute>]
member EncryptionState : DatabaseEncryptionState
function get EncryptionState () : DatabaseEncryptionState
Значение свойства
Тип Microsoft.SqlServer.Management.Smo. . :: . .DatabaseEncryptionState
DatabaseEncryptionState
Замечания
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 |