IHierarchyNodeBuilder.GetCount Methode

Definition

Ruft die Anzahl der Knoten ab, die das Objekt repräsentiert.

Überlädt

Name Beschreibung
GetCount(INodeInformation)

Ruft die Anzahl der Knoten ab, die das Objekt repräsentiert.

GetCount(INodeInformation, Int32)

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

GetCount(INodeInformation)

Ruft die Anzahl der Knoten ab, die das Objekt repräsentiert.

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

Quellinformation.

Gibt zurück

Gibt die Anzahl der Knoten zurück, die das Objekt repräsentiert.

Gilt für:

GetCount(INodeInformation, Int32)

Ruft die Anzahl der Knoten im Objekt mit der angegebenen Quelle und 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

Quellinformation.

depth
Int32

Ein Int32 Wert, der die Elementanzahl enthält.

Gibt zurück

Die Anzahl der Knoten mit der angegebenen Quelle und Tiefe.

Gilt für: