IHierarchyNodeBuilder.GetCount 메서드 (INodeInformation, Int32)

Retrieves the number of nodes in the object with the specified source and depth.

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

구문

‘선언
Function GetCount ( _
    source As INodeInformation, _
    depth As Integer _
) As Integer
‘사용 방법
Dim instance As IHierarchyNodeBuilder 
Dim source As INodeInformation 
Dim depth As Integer 
Dim returnValue As Integer 

returnValue = instance.GetCount(source, _
    depth)
int GetCount(
    INodeInformation source,
    int depth
)
int GetCount(
    INodeInformation^ source, 
    int depth
)
abstract GetCount : 
        source:INodeInformation * 
        depth:int -> int
function GetCount(
    source : INodeInformation, 
    depth : int
) : int

매개 변수

반환 값

유형: System.Int32
The number of nodes with the specified source and depth.

참고 항목

참조

IHierarchyNodeBuilder 인터페이스

GetCount 오버로드

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