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 值。

返回

具有指定的源和深度的节点的数目。

适用于