State 속성
Gets the state of the referenced object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.