TabularDataSourceProvider class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a tabular data source.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.Extensions.CustomDataSourceProvider
    Microsoft.PerformancePoint.Scorecards.DataSourceProviders.TabularDataSourceProvider

Namespace:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class TabularDataSourceProvider _
    Inherits CustomDataSourceProvider
'Usage
Dim instance As TabularDataSourceProvider
[SerializableAttribute]
public abstract class TabularDataSourceProvider : CustomDataSourceProvider

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TabularDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace