BIMonitoringServiceApplicationProxy.GetAnnotation Method
Gets the annotation for a scorecard cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function GetAnnotation ( _
scorecardLocation As RepositoryLocation, _
tupleCollection As TupleCollection, _
cellPath As String _
) As Annotation
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim scorecardLocation As RepositoryLocation
Dim tupleCollection As TupleCollection
Dim cellPath As String
Dim returnValue As Annotation
returnValue = instance.GetAnnotation(scorecardLocation, _
tupleCollection, cellPath)
public Annotation GetAnnotation(
RepositoryLocation scorecardLocation,
TupleCollection tupleCollection,
string cellPath
)
Parameters
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the associated scorecard in the repository.
tupleCollection
Type: Microsoft.PerformancePoint.Scorecards.TupleCollectionThe collection of page, row, column, and filters tuples.
cellPath
Type: System.StringThe cell path.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Annotation
The annotation for the scorecard cell.
Implements
IBIMonitoringServiceApplicationProxy.GetAnnotation(RepositoryLocation, TupleCollection, String)
See Also
Reference
BIMonitoringServiceApplicationProxy Class