IDataSourceMetadata.QueryTransformMembers Method
Gets a transformed member collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function QueryTransformMembers ( _
memberCollection As MemberCollection, _
transformType As QueryTransformMembersType _
) As MemberCollection
'Usage
Dim instance As IDataSourceMetadata
Dim memberCollection As MemberCollection
Dim transformType As QueryTransformMembersType
Dim returnValue As MemberCollection
returnValue = instance.QueryTransformMembers(memberCollection, _
transformType)
MemberCollection QueryTransformMembers(
MemberCollection memberCollection,
QueryTransformMembersType transformType
)
Parameters
memberCollection
Type: Microsoft.PerformancePoint.Scorecards.MemberCollectionA member collection.
transformType
Type: Microsoft.PerformancePoint.Scorecards.QueryTransformMembersTypeThe type of transform operation to apply to the member collection.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection