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
guid
Type: System.GuidThe identifier of the object.
version
Type: System.Int32The version of the object. A value of 0 returns the latest version.
fcoObjectType
Type: Microsoft.PerformancePoint.Scorecards.FirstClassObjectTypeThe object type.
Return Value
Type: System.Object
The temporary FCO.