Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets all temporary first class objects (FCOs) of the specified type.
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
Type: Microsoft.PerformancePoint.Scorecards.FirstClassObjectTypeThe object type.
Return Value
Type: ElementLinkCollection
A collection of links to all first class objects (FCOs) of the specified type.