IHierarchyNodeBuilder.GetCount Metodo

Definizione

Recupera il numero di nodi che l'oggetto rappresenta.

Overload

Nome Descrizione
GetCount(INodeInformation)

Recupera il numero di nodi che l'oggetto rappresenta.

GetCount(INodeInformation, Int32)

Recupera il numero di nodi nell'oggetto con la sorgente e la profondità specificate.

GetCount(INodeInformation)

Recupera il numero di nodi che l'oggetto rappresenta.

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

Parametri

source
INodeInformation

Informazioni sulla fonte.

Valori restituiti

Restituisce il numero di nodi che l'oggetto rappresenta.

Si applica a

GetCount(INodeInformation, Int32)

Recupera il numero di nodi nell'oggetto con la sorgente e la profondità specificate.

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

Parametri

source
INodeInformation

Informazioni sulla fonte.

depth
Int32

Un Int32 valore che contiene il conteggio degli elementi.

Valori restituiti

Il numero di nodi con la sorgente e la profondità specificate.

Si applica a