다음을 통해 공유


HierarchyTreeNode.State 속성

Gets the policy health state.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Public MustOverride ReadOnly Property State As Integer 
    Get
‘사용 방법
Dim instance As HierarchyTreeNode 
Dim value As Integer 

value = instance.State
public abstract int State { get; }
public:
virtual property int State {
    int get () abstract;
}
abstract State : int
abstract function get State () : int

속성 값

유형: System.Int32
Returns the policy health state.

구현

INodeWithIcon.State

참고 항목

참조

HierarchyTreeNode 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스