IHierarchyNodeBuilder.GetCount メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトが表すノードの数を取得します。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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
情報源。
返品
指定された発生源と深さを持つノードの数。