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 値です。

返品

指定された発生源と深さを持つノードの数。

適用対象