CustomDataSourceProvider.SupportsTimeIntelligence Property
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