SmoObjectBase.State 속성

Gets the state of the referenced object.

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

구문

‘선언
Public ReadOnly Property State As SqlSmoState 
    Get
‘사용 방법
Dim instance As SmoObjectBase 
Dim value As SqlSmoState 

value = instance.State
public SqlSmoState State { get; }
public:
property SqlSmoState State {
    SqlSmoState get ();
}
member State : SqlSmoState
function get State () : SqlSmoState

속성 값

유형: Microsoft.SqlServer.Management.Smo.SqlSmoState
A SqlSmoState object value that specifies the state of the referenced object.

속성 설정

참고 항목

참조

SmoObjectBase 클래스

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