BIMonitoringServiceApplicationProxy.GetAnnotationByID-Methode
Ruft eine Anmerkung anhand seiner GUID.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function GetAnnotationByID ( _
annotationID As Guid _
) As Annotation
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim annotationID As Guid
Dim returnValue As Annotation
returnValue = instance.GetAnnotationByID(annotationID)
public Annotation GetAnnotationByID(
Guid annotationID
)
Parameter
annotationID
Typ: System.GuidDie GUID der Anmerkung abrufen.
Rückgabewert
Typ: Microsoft.PerformancePoint.Scorecards.Annotation
Die Anmerkung mit der angegebenen GUID.
Implementiert
IBIMonitoringServiceApplicationProxy.GetAnnotationByID(Guid)
Siehe auch
Referenz
BIMonitoringServiceApplicationProxy Klasse