ConfiguredView.GetDependencyVersionIdentifier Method
Gets a string that represents the versions of all dependencies of this element.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetDependencyVersionIdentifier ( _
localCache As IGlobalCache _
) As String
'Usage
Dim instance As ConfiguredView
Dim localCache As IGlobalCache
Dim returnValue As String
returnValue = instance.GetDependencyVersionIdentifier(localCache)
public string GetDependencyVersionIdentifier(
IGlobalCache localCache
)
Parameters
localCache
Type: Microsoft.PerformancePoint.Scorecards.IGlobalCacheThe local cache.
Return Value
Type: System.String
A unique string for the versions of this element and its dependencies.
Remarks
The identifier includes the versions of this scorecard and all the KPIs, data sources, and indicators that it uses.