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
dataSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source in the repository.
memberCollection
Type: Microsoft.PerformancePoint.Scorecards.MemberCollectionThe member collection to transform.
transformType
Type: Microsoft.PerformancePoint.Scorecards.QueryTransformMembersTypeThe type of transform operation to apply to the member collection.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The transformed member collection from the specified data source.
Implements
See Also
Reference
BIMonitoringServiceApplicationProxy Class