Share via


IFirstClassObjectDao.GetAllCurrent Method (Microsoft.PerformancePoint.Scorecards)

Gets all current DataSources

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

Syntax

'Declaration
Function GetAllCurrent ( _
    fcoObjectType As FirstClassObjectType _
) As ElementLinkCollection
'Usage
Dim instance As IFirstClassObjectDao
Dim fcoObjectType As FirstClassObjectType
Dim returnValue As ElementLinkCollection

returnValue = instance.GetAllCurrent(fcoObjectType)
ElementLinkCollection GetAllCurrent (
    FirstClassObjectType fcoObjectType
)

Parameters

  • fcoObjectType
    ObjectType

Return Value

A collection of links to all First Class Objects of Type ObjectType

See Also

Reference

IFirstClassObjectDao Interface
IFirstClassObjectDao Members
Microsoft.PerformancePoint.Scorecards Namespace