TabularDataSourceProvider.SupportsTimeIntelligence property
Gets a Boolean value that indicates whether this data source supports time intelligence.
Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property SupportsTimeIntelligence As Boolean
Get
'Usage
Dim instance As TabularDataSourceProvider
Dim value As Boolean
value = instance.SupportsTimeIntelligence
public override bool SupportsTimeIntelligence { get; }
Property value
Type: System.Boolean
true if the data source supports time intelligence; otherwise false.
Implements
IDataSourceProvider.SupportsTimeIntelligence
Remarks
TabularDataSourceProvider supports time intelligence, so it returns true.
See also
Reference
TabularDataSourceProvider class
TabularDataSourceProvider members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace