Share via


IFirstClassObjectDao.Get Method

Gets a temporary first class object (FCO) from the back-end database.

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

Syntax

'Declaration
Function Get ( _
    guid As Guid, _
    version As Integer, _
    fcoObjectType As FirstClassObjectType _
) As Object
'Usage
Dim instance As IFirstClassObjectDao
Dim guid As Guid
Dim version As Integer
Dim fcoObjectType As FirstClassObjectType
Dim returnValue As Object

returnValue = instance.Get(guid, version, _
    fcoObjectType)
Object Get(
    Guid guid,
    int version,
    FirstClassObjectType fcoObjectType
)

Parameters

  • version
    Type: System.Int32

    The version of the object. A value of 0 returns the latest version.

Return Value

Type: System.Object
The temporary FCO.

See Also

Reference

IFirstClassObjectDao Interface

IFirstClassObjectDao Members

Microsoft.PerformancePoint.Scorecards Namespace