Partager via


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

Obtient les éléments enfants d'une dimension.

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

Syntaxe

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

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

Paramètres

  • start
    Type : System.Int64

    Le premier index enfant commencer à renvoyer.

  • count
    Type : System.Int64

    Le nombre maximal d'éléments enfants à retourner.

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.MemberCollection

Implémentations

IDataSourceMetadata.QueryChildMembers(String, Int64, Int64)

Remarques

Seules les hiérarchies (flat) à un niveau sont prises en charge.

Voir aussi

Référence

TabularDataSourceProvider classe

TabularDataSourceProvider - Membres

QueryChildMembers - Surcharge

Microsoft.PerformancePoint.Scorecards.DataSourceProviders - Espace de noms