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

Creates SQL Server Table data sources.

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

Syntax

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

Inheritance Hierarchy

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

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

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