Share via


TabularDataSourceProvider.SupportsNamedSets property

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

Namespace:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property SupportsNamedSets As Boolean
    Get
'Usage
Dim instance As TabularDataSourceProvider
Dim value As Boolean

value = instance.SupportsNamedSets
public override bool SupportsNamedSets { get; }

Property value

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

Implements

IDataSourceProvider.SupportsNamedSets

Remarks

TabularDataSourceProvider supports named sets, so it returns true.

See also

Reference

TabularDataSourceProvider class

TabularDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace