BIMonitoringServiceApplicationProxy.QueryTransformMembers method

Gets a transformed member collection from a data source.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Function QueryTransformMembers ( _
    dataSourceLocation As RepositoryLocation, _
    memberCollection As MemberCollection, _
    transformType As QueryTransformMembersType _
) As MemberCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim memberCollection As MemberCollection
Dim transformType As QueryTransformMembersType
Dim returnValue As MemberCollection

returnValue = instance.QueryTransformMembers(dataSourceLocation, _
    memberCollection, transformType)
public MemberCollection QueryTransformMembers(
    RepositoryLocation dataSourceLocation,
    MemberCollection memberCollection,
    QueryTransformMembersType transformType
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The transformed member collection from the specified data source.

Implements

IBIMonitoringServiceApplicationProxy.QueryTransformMembers(RepositoryLocation, MemberCollection, QueryTransformMembersType)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace