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
- namedSetExpression
Type: System.String
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberNodeCollection
A collection of the members of the named set.