Share via


DatabaseEncryptionKeyExtender.State 속성

Gets the encryption state.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<ExtendedPropertyAttribute> _
Public ReadOnly Property State As SqlSmoState 
    Get
‘사용 방법
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

속성 값

유형: Microsoft.SqlServer.Management.Smo.SqlSmoState
The encryption state.

주의

The table below lists valid values for SqlSmoState.

Parameter

Description

Create

The object is being created.

Dropped

The object is being dropped.

Existing

The object exists.

Pending

The object is pending an instruction.

ToBeDropped

The object is waiting to be dropped.

참고 항목

참조

DatabaseEncryptionKeyExtender 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스