TupleCollection.FromMemberCollection Method

Creates a TupleCollection from a collection of members.

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

Syntax

'Declaration
Public Shared Function FromMemberCollection ( _
    members As MemberCollection _
) As TupleCollection
'Usage
Dim members As MemberCollection
Dim returnValue As TupleCollection

returnValue = TupleCollection.FromMemberCollection(members)
public static TupleCollection FromMemberCollection(
    MemberCollection members
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.TupleCollection
A tuple collection that contains the specified members.

See Also

Reference

TupleCollection Class

TupleCollection Members

Microsoft.PerformancePoint.Scorecards Namespace