Condividi tramite


IHierarchyNodeBuilder.GetCount Metodo

Definizione

Recupera il numero di nodi che l'oggetto rappresenta.

Overload

GetCount(INodeInformation)

Recupera il numero di nodi che l'oggetto rappresenta.

GetCount(INodeInformation, Int32)

Recupera il numero di nodi nell'oggetto con l'origine 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 sull'origine.

Restituisce

Restituisce il numero di nodi che l'oggetto rappresenta.

Si applica a

GetCount(INodeInformation, Int32)

Recupera il numero di nodi nell'oggetto con l'origine 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 sull'origine.

depth
Int32

Valore Int32 che contiene il conteggio degli elementi.

Restituisce

Numero di nodi con l'origine e la profondità specificate.

Si applica a