Share via


IDataSourceMetadata.QueryDimensionRootMembers Method

Gets all the root members of a dimension.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Function QueryDimensionRootMembers ( _
    dimensionUniqueName As String _
) As MemberCollection
'Usage
Dim instance As IDataSourceMetadata
Dim dimensionUniqueName As String
Dim returnValue As MemberCollection

returnValue = instance.QueryDimensionRootMembers(dimensionUniqueName)
MemberCollection QueryDimensionRootMembers(
    string dimensionUniqueName
)

Parameters

  • dimensionUniqueName
    Type: System.String

    The unique name of the dimension.

Return Value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
A collection of root members of the dimension.

See Also

Reference

IDataSourceMetadata Interface

IDataSourceMetadata Members

Microsoft.PerformancePoint.Scorecards Namespace