Share via


DataSourceRegistry.RegisterDataSource method

Registers a data source.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Sub RegisterDataSource ( _
    type As Type _
)
'Usage
Dim type As TypeDataSourceRegistry.RegisterDataSource(type)
public static void RegisterDataSource(
    Type type
)

Parameters

  • type
    Type: System.Type

    The type of the data source class.

Remarks

The data source class must implement IDataSourceProvider.

See also

Reference

DataSourceRegistry class

DataSourceRegistry members

Microsoft.PerformancePoint.Scorecards namespace