IHierarchyNodeBuilder.GetCount Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère le nombre de nœuds que l'objet représente.
Surcharges
| GetCount(INodeInformation) |
Récupère le nombre de nœuds que l'objet représente. |
| GetCount(INodeInformation, Int32) |
Récupère le nombre de nœuds présents dans l'objet avec la source et la profondeur spécifiées. |
GetCount(INodeInformation)
Récupère le nombre de nœuds que l'objet représente.
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
Paramètres
- source
- INodeInformation
Informations sur la source.
Retours
Retourne le nombre de nœuds que l'objet représente.
S’applique à
GetCount(INodeInformation, Int32)
Récupère le nombre de nœuds présents dans l'objet avec la source et la profondeur spécifiées.
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
Paramètres
- source
- INodeInformation
Informations sur la source.
Retours
Nombre de nœuds ayant la source et la profondeur spécifiées.