Share via


FCODaoRegistry.GetFCODao Method (Microsoft.PerformancePoint.Scorecards)

Gets the FCO DAO that has a specific type ID.

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

Syntax

'Declaration
Public Shared Function GetFCODao ( _
    fcoObjectTypeId As String _
) As IFirstClassObjectDao
'Usage
Dim fcoObjectTypeId As String
Dim returnValue As IFirstClassObjectDao

returnValue = FCODaoRegistry.GetFCODao(fcoObjectTypeId)
public static IFirstClassObjectDao GetFCODao (
    string fcoObjectTypeId
)

Parameters

  • fcoObjectTypeId
    The type ID of the FCO DAO.

Return Value

A new FCO DAO.

See Also

Reference

FCODaoRegistry Class
FCODaoRegistry Members
Microsoft.PerformancePoint.Scorecards Namespace