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 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
Public Function QueryChildMembersFromDataSource ( _
dataSource As DataSource, _
memberUniqueName As String _
) As MemberCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim memberUniqueName As String
Dim returnValue As MemberCollection
returnValue = instance.QueryChildMembersFromDataSource(dataSource, _
memberUniqueName)
public 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.
Implements
IBIMonitoringServiceApplicationProxy.QueryChildMembersFromDataSource(DataSource, String)
Remarks
Security Note |
|---|
The caller must have write access to the data source location, or the data source must be read only and match the stored data source exactly. |
See Also
Reference
BIMonitoringServiceApplicationProxy Class
Security Note