IBIMonitoringServiceApplicationProxy.QueryRelatedMemberFromDataSource Method
Gets the relatives 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 QueryRelatedMemberFromDataSource ( _
dataSource As DataSource, _
memberUniqueName As String, _
relationship As MemberRelationship _
) As Member
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim memberUniqueName As String
Dim relationship As MemberRelationship
Dim returnValue As Member
returnValue = instance.QueryRelatedMemberFromDataSource(dataSource, _
memberUniqueName, relationship)
Member QueryRelatedMemberFromDataSource(
DataSource dataSource,
string memberUniqueName,
MemberRelationship relationship
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
memberUniqueName
Type: System.StringThe unique name of the member to query.
relationship
Type: Microsoft.PerformancePoint.Scorecards.MemberRelationshipThe type of relationship to query for.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Member
The relatives of the specified member.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface