Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the data source supports named sets.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SupportsNamedSets As Boolean
Get
'Usage
Dim instance As CustomDataSourceProvider
Dim value As Boolean
value = instance.SupportsNamedSets
public virtual bool SupportsNamedSets { get; }
Property Value
Type: System.Boolean
true if the data source supports named sets; otherwise false.
Implements
IDataSourceProvider.SupportsNamedSets
See Also
Reference
CustomDataSourceProvider Class