TabularDataSourceProvider.QueryChildMembers Method (String, Int64, Int64)
Gets the child elements of a dimension.
Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)
Syntax
'Declaration
Public Overrides Function QueryChildMembers ( _
self As String, _
start As Long, _
count As Long _
) As MemberCollection
'Usage
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
)
Parameters
self
Type: System.StringThe unique name of the dimension.
start
Type: System.Int64The first child index to start returning.
count
Type: System.Int64The maximum number of child elements to return.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
Implements
IDataSourceMetadata.QueryChildMembers(String, Int64, Int64)
Remarks
Only single-level (flat) hierarchies are supported.
See Also
Reference
TabularDataSourceProvider Class
TabularDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace