Share via


IFirstClassObjectDao.GetVersion Method (Microsoft.PerformancePoint.Scorecards)

Get latest version of DataSource

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

Syntax

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

returnValue = instance.GetVersion(guid, fcoObjectType)
int GetVersion (
    Guid guid,
    FirstClassObjectType fcoObjectType
)

Parameters

  • guid
    DataSource ID
  • fcoObjectType
    ObjectType

Return Value

latest version number

See Also

Reference

IFirstClassObjectDao Interface
IFirstClassObjectDao Members
Microsoft.PerformancePoint.Scorecards Namespace