IHierarchyNodeBuilder.GetCount 메서드

정의

개체가 나타내는 노드의 수를 검색합니다.

오버로드

GetCount(INodeInformation)

개체가 나타내는 노드의 수를 검색합니다.

GetCount(INodeInformation, Int32)

개체에서 지정한 원본 및 깊이를 가진 노드의 수를 검색합니다.

GetCount(INodeInformation)

개체가 나타내는 노드의 수를 검색합니다.

public:
 int GetCount(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public int GetCount (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member GetCount : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> int
Public Function GetCount (source As INodeInformation) As Integer

매개 변수

source
INodeInformation

원본 정보입니다.

반환

개체가 나타내는 노드의 수를 반환합니다.

적용 대상

GetCount(INodeInformation, Int32)

개체에서 지정한 원본 및 깊이를 가진 노드의 수를 검색합니다.

public:
 int GetCount(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source, int depth);
public int GetCount (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source, int depth);
abstract member GetCount : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation * int -> int
Public Function GetCount (source As INodeInformation, depth As Integer) As Integer

매개 변수

source
INodeInformation

원본 정보입니다.

depth
Int32

요소 수를 포함하는 Int32 값입니다.

반환

지정한 원본 및 깊이를 가진 노드의 수입니다.

적용 대상