IBIMonitoringServiceApplicationProxy.QueryChildMembers Method
Gets the child elements of a member 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
Function QueryChildMembers ( _
dataSourceLocation As RepositoryLocation, _
memberUniqueName As String _
) As MemberCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim memberUniqueName As String
Dim returnValue As MemberCollection
returnValue = instance.QueryChildMembers(dataSourceLocation, _
memberUniqueName)
MemberCollection QueryChildMembers(
RepositoryLocation dataSourceLocation,
string memberUniqueName
)
Parameters
dataSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source in the repository.
memberUniqueName
Type: System.StringThe unique name of the member to query.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The child elements of the specified member.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface