Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the root members of a dimension from the specified data source.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function QueryDimensionRootMembersFromDataSource ( _
dataSource As DataSource, _
dimensionName As String _
) As MemberCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim dimensionName As String
Dim returnValue As MemberCollection
returnValue = instance.QueryDimensionRootMembersFromDataSource(dataSource, _
dimensionName)
MemberCollection QueryDimensionRootMembersFromDataSource(
DataSource dataSource,
string dimensionName
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
dimensionName
Type: System.StringThe name of the dimension to query.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The root members of the specified dimension.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface