TabularDataSourceProvider.QueryNamedSetMembers Method (Microsoft.PerformancePoint.Scorecards.DataSourceProviders)

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
    The expression of the named set.

Return Value

A collection of the members of the named set.

See Also

Reference

TabularDataSourceProvider Class
TabularDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace