IHierarchyNodeBuilder.GetCount 方法

定義

取得該物件所代表的節點數量。

多載

名稱 Description
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 包含元素計數的值。

傳回

指具有指定來源與深度的節點數。

適用於