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
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.
Implements
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