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