BIMonitoringServiceApplicationProxy.QueryRelatedMember Method
Gets the relatives of a member, based on the location of the data source.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function QueryRelatedMember ( _
dataSourceLocation As RepositoryLocation, _
memberUniqueName As String, _
relationship As MemberRelationship _
) As Member
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim memberUniqueName As String
Dim relationship As MemberRelationship
Dim returnValue As Member
returnValue = instance.QueryRelatedMember(dataSourceLocation, _
memberUniqueName, relationship)
public Member QueryRelatedMember(
RepositoryLocation dataSourceLocation,
string memberUniqueName,
MemberRelationship relationship
)
Parameters
dataSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source in the repository.
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.
Implements
See Also
Reference
BIMonitoringServiceApplicationProxy Class