IBIMonitoringServiceApplicationProxy.QueryChildMembersFromDataSource Method
Gets the child elements of a member from the specified data source.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function QueryChildMembersFromDataSource ( _
dataSource As DataSource, _
memberUniqueName As String _
) As MemberCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim memberUniqueName As String
Dim returnValue As MemberCollection
returnValue = instance.QueryChildMembersFromDataSource(dataSource, _
memberUniqueName)
MemberCollection QueryChildMembersFromDataSource(
DataSource dataSource,
string memberUniqueName
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
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