Share via


TabularDataSourceProvider.QueryNamedSetMembers method

Gets the members of a named set.

Namespace:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)

Syntax

'Declaration
Public Overrides Function QueryNamedSetMembers ( _
    namedSetExpression As String _
) As MemberNodeCollection
'Usage
Dim instance As TabularDataSourceProvider
Dim namedSetExpression As String
Dim returnValue As MemberNodeCollection

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

Parameters

  • namedSetExpression
    Type: System.String

    The expression of the named set.

Return value

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

Implements

IDataSourceMetadata.QueryNamedSetMembers(String)

See also

Reference

TabularDataSourceProvider class

TabularDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace