BIMonitoringServiceApplicationProxy.UpdateAnnotation Method
Updates an annotation.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function UpdateAnnotation ( _
annotation As Annotation _
) As Annotation
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim annotation As Annotation
Dim returnValue As Annotation
returnValue = instance.UpdateAnnotation(annotation)
public Annotation UpdateAnnotation(
Annotation annotation
)
Parameters
annotation
Type: Microsoft.PerformancePoint.Scorecards.AnnotationThe annotation object to update.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Annotation
The updated annotation.
Implements
IBIMonitoringServiceApplicationProxy.UpdateAnnotation(Annotation)
See Also
Reference
BIMonitoringServiceApplicationProxy Class