ExcelDataSourceProvider Class (Microsoft.PerformancePoint.Scorecards.DataSourceProviders)

Defines an Excel data source, which is a static dataset-based tabular data source.

Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in microsoft.performancepoint.scorecards.datasourceproviders.standard.dll)

Syntax

'Declaration
Public Class ExcelDataSourceProvider
    Inherits TabularDataSourceProvider
'Usage
Dim instance As ExcelDataSourceProvider
public class ExcelDataSourceProvider : TabularDataSourceProvider

Inheritance Hierarchy

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

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

ExcelDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace