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 time intelligence features.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SupportsTimeIntelligence As Boolean
Get
'Usage
Dim instance As CustomDataSourceProvider
Dim value As Boolean
value = instance.SupportsTimeIntelligence
public virtual bool SupportsTimeIntelligence { get; }
Property Value
Type: System.Boolean
true if the data source supports time intelligence features; otherwise false.
Implements
IDataSourceProvider.SupportsTimeIntelligence
See Also
Reference
CustomDataSourceProvider Class