Share via


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

Return Value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection

See Also

Reference

IDataSourceMetadata Interface

IDataSourceMetadata Members

Microsoft.PerformancePoint.Scorecards Namespace