PmServer.GetVersionInfos Method (Microsoft.PerformancePoint.Scorecards.Server)

Fills in the version for each VersionInfo in the collection. If the item does not exist, then the version is set to zero.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Public Function GetVersionInfos ( _
    versionInfos As VersionInfoCollection _
) As VersionInfoCollection
'Usage
Dim instance As PmServer
Dim versionInfos As VersionInfoCollection
Dim returnValue As VersionInfoCollection

returnValue = instance.GetVersionInfos(versionInfos)
public VersionInfoCollection GetVersionInfos (
    VersionInfoCollection versionInfos
)

Parameters

  • versionInfos
    A collection of items that represents the elements whose versions are to be queried.

Return Value

A collection of items with the version information filled in.

See Also

Reference

PmServer Class
PmServer Members
Microsoft.PerformancePoint.Scorecards.Server Namespace