BIMonitoringServiceApplicationProxy.QueryDimensionRootMembers Method
Gets the root members of a dimension from a data source, based on the location of the data source.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function QueryDimensionRootMembers ( _
dataSourceLocation As RepositoryLocation, _
dimensionName As String _
) As MemberCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim dimensionName As String
Dim returnValue As MemberCollection
returnValue = instance.QueryDimensionRootMembers(dataSourceLocation, _
dimensionName)
public MemberCollection QueryDimensionRootMembers(
RepositoryLocation dataSourceLocation,
string dimensionName
)
Parameters
dataSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source in the repository.
dimensionName
Type: System.StringThe name of the dimension to query.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The root members of the specified dimension.
Implements
IBIMonitoringServiceApplicationProxy.QueryDimensionRootMembers(RepositoryLocation, String)
See Also
Reference
BIMonitoringServiceApplicationProxy Class