Freigeben über


IHierarchyNodeBuilder.GetCount Methode

Definition

Ruft die Anzahl von Knoten ab, die das Objekt darstellt.

Überlädt

GetCount(INodeInformation)

Ruft die Anzahl von Knoten ab, die das Objekt darstellt.

GetCount(INodeInformation, Int32)

Ruft die Anzahl von Knoten im Objekt mit der angegebenen Quelle und der Tiefe ab.

GetCount(INodeInformation)

Ruft die Anzahl von Knoten ab, die das Objekt darstellt.

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

Parameter

source
INodeInformation

Quellinformationen.

Gibt zurück

Gibt die Anzahl von Knoten zurück, die das Objekt darstellt.

Gilt für:

GetCount(INodeInformation, Int32)

Ruft die Anzahl von Knoten im Objekt mit der angegebenen Quelle und der Tiefe ab.

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

Parameter

source
INodeInformation

Quellinformationen.

depth
Int32

Ein Int32-Wert, der die Anzahl der Elemente enthält.

Gibt zurück

Die Anzahl von Knoten mit der angegebenen Quelle und der Tiefe.

Gilt für: