Share via


IDataSourceProvider.SupportsNamedSets property

Gets a Boolean value that indicates whether the data source supports named sets.

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

Syntax

'Declaration
ReadOnly Property SupportsNamedSets As Boolean
    Get
'Usage
Dim instance As IDataSourceProvider
Dim value As Boolean

value = instance.SupportsNamedSets
bool SupportsNamedSets { get; }

Property value

Type: System.Boolean
true if the data source supports named sets; otherwise false.

See also

Reference

IDataSourceProvider interface

IDataSourceProvider members

Microsoft.PerformancePoint.Scorecards namespace