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