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

  • memberUniqueName
    Type: System.String

    The unique name of the member to query.

Return value

Type: Microsoft.PerformancePoint.Scorecards.Member
The relatives of the specified member.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace