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

來源資訊。

傳回

Int32

傳回此物件表示的節點數目。

適用於

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

傳回

Int32

具有指定之來源和深度的節點數目。

適用於