BIMonitoringServiceApplicationProxy.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
Public Function QueryRelatedMemberFromDataSource ( _
    dataSource As DataSource, _
    memberUniqueName As String, _
    relationship As MemberRelationship _
) As Member
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim memberUniqueName As String
Dim relationship As MemberRelationship
Dim returnValue As Member

returnValue = instance.QueryRelatedMemberFromDataSource(dataSource, _
    memberUniqueName, relationship)
public 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.

Implements

IBIMonitoringServiceApplicationProxy.QueryRelatedMemberFromDataSource(DataSource, String, MemberRelationship)

Remarks

Security noteSecurity 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

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace