Share via


FCODaoRegistry.RegisterFCODao Method (Microsoft.PerformancePoint.Scorecards)

Registers a data source.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Sub RegisterFCODao ( _
    type As Type _
)
'Usage
Dim type As Type

FCODaoRegistry.RegisterFCODao(type)
public static void RegisterFCODao (
    Type type
)

Parameters

  • type
    The type of the FCO DAO.

Remarks

The FCO DAO class must implement IFirstClassObjectDao.

See Also

Reference

FCODaoRegistry Class
FCODaoRegistry Members
Microsoft.PerformancePoint.Scorecards Namespace