IDataSourceMetadata.QueryNamedSetMembers method

Gets the members of a named set.

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

Syntax

'Declaration
Function QueryNamedSetMembers ( _
    namedSetExpression As String _
) As MemberNodeCollection
'Usage
Dim instance As IDataSourceMetadata
Dim namedSetExpression As String
Dim returnValue As MemberNodeCollection

returnValue = instance.QueryNamedSetMembers(namedSetExpression)
MemberNodeCollection QueryNamedSetMembers(
    string namedSetExpression
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberNodeCollection
A collection of the members of the named set.

See also

Reference

IDataSourceMetadata interface

IDataSourceMetadata members

Microsoft.PerformancePoint.Scorecards namespace