Właściwość DatabaseEncryptionKeyExtender.State
Pobiera stan szyfrowanie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<ExtendedPropertyAttribute> _
Public ReadOnly Property State As SqlSmoState
Get
'Użycie
Dim instance As DatabaseEncryptionKeyExtender
Dim value As SqlSmoState
value = instance.State
[ExtendedPropertyAttribute]
public SqlSmoState State { get; }
[ExtendedPropertyAttribute]
public:
property SqlSmoState State {
SqlSmoState get ();
}
[<ExtendedPropertyAttribute>]
member State : SqlSmoState
function get State () : SqlSmoState
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.SqlSmoState
SqlSmoState
Uwagi
Poniższa tabela zawiera listę prawidłowych wartości dla SqlSmoState.
Parametr |
Opis |
---|---|
Tworzenie |
Trwa tworzenie obiektu. |
Porzucone |
Usunięty obiekt. |
Istniejące |
Obiekt istnieje. |
Oczekujące |
Obiekt oczekuje instrukcji. |
ToBeDropped |
Obiekt jest oczekiwanie ma być przerwane. |
Zobacz także