IHierarchyNodeBuilder 인터페이스

Represents an interface used by the object explorer to build nodes that will be displayed.

이 API는 CLS 규격이 아닙니다. CLS 규격 대체 항목은 [false]입니다.

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

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Interface IHierarchyNodeBuilder
‘사용 방법
Dim instance As IHierarchyNodeBuilder
[CLSCompliantAttribute(false)]
public interface IHierarchyNodeBuilder
[CLSCompliantAttribute(false)]
public interface class IHierarchyNodeBuilder
[<CLSCompliantAttribute(false)>]
type IHierarchyNodeBuilder =  interface end
public interface IHierarchyNodeBuilder

IHierarchyNodeBuilder 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 Build Defines a method that builds all hierarchy nodes that the object represents.
공용 메서드 EnumChildren Retrieves the hierarchy node builders that the object contains.
공용 메서드 GetCount(INodeInformation) Retrieves the number of nodes that the object represents.
공용 메서드 GetCount(INodeInformation, Int32) Retrieves the number of nodes in the object with the specified source and depth.

맨 위로 이동

참고 항목

참조

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