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