IHierarchyNodeBuilder.GetCount Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.
Restituisce
Numero di nodi con l'origine e la profondità specificate.