다음을 통해 공유


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