Share via


IDataSourceMetadata.QueryChildMembers - Méthode (String, Int64, Int64)

Obtient tous les membres enfants d'un membre.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Function QueryChildMembers ( _
    self As String, _
    start As Long, _
    count As Long _
) As MemberCollection
'Utilisation
Dim instance As IDataSourceMetadata
Dim self As String
Dim start As Long
Dim count As Long
Dim returnValue As MemberCollection

returnValue = instance.QueryChildMembers(self, _
    start, count)
MemberCollection QueryChildMembers(
    string self,
    long start,
    long count
)

Paramètres

  • start
    Type : System.Int64

    L'index du premier enfant pour démarrer le renvoi.

  • count
    Type : System.Int64

    Le nombre maximal d'enfants à retourner.

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.MemberCollection
Une collection de membres enfants de self.

Voir aussi

Référence

IDataSourceMetadata interface

IDataSourceMetadata - Membres

QueryChildMembers - Surcharge

Microsoft.PerformancePoint.Scorecards - Espace de noms