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.StringThe 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