Share via


ExcelDataSourceFactory Class (Microsoft.PerformancePoint.Scorecards.ModelerPlugins.DataSources)

Creates Excel data sources.

Namespace: Microsoft.PerformancePoint.Scorecards.ModelerPlugins.DataSources
Assembly: Microsoft.PerformancePoint.Scorecards.ModelerPlugins (in microsoft.performancepoint.scorecards.modelerplugins.dll)

Syntax

'Declaration
Public Class ExcelDataSourceFactory
    Inherits DataSourceFactory
'Usage
Dim instance As ExcelDataSourceFactory
public class ExcelDataSourceFactory : DataSourceFactory

Remarks

To create a custom Excel Workbook data source, you must create an ExcelDataSet object, set properties of that object by loading the Excel file and worksheet, and then serialize that object to set the CustomData property of your Excel Workbook data source object.

Inheritance Hierarchy

System.Object
   Microsoft.PerformancePoint.Scorecards.ModelerPlugins.DataSources.DataSourceFactory
    Microsoft.PerformancePoint.Scorecards.ModelerPlugins.DataSources.ExcelDataSourceFactory

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

ExcelDataSourceFactory Members
Microsoft.PerformancePoint.Scorecards.ModelerPlugins.DataSources Namespace