IBpm.GetDataSourceHistory Method (Microsoft.PerformancePoint.Scorecards)

Gets a collection of all versions of the data source.

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

Syntax

'Declaration
Function GetDataSourceHistory ( _
    guid As Guid _
) As DataSourceHistoryCollection
'Usage
Dim instance As IBpm
Dim guid As Guid
Dim returnValue As DataSourceHistoryCollection

returnValue = instance.GetDataSourceHistory(guid)
DataSourceHistoryCollection GetDataSourceHistory (
    Guid guid
)

Parameters

  • guid
    The ID of the data source.

Return Value

A collection of data sources.

See Also

Reference

IBpm Interface
IBpm Members
Microsoft.PerformancePoint.Scorecards Namespace