Freigeben über


SPDataStore.GetAnnotation-Methode

Hinweis: Diese API ist mittlerweile veraltet. Verwenden Sie stattdessen die BIMonitoringServiceApplicationProxy.GetAnnotation(RepositoryLocation, TupleCollection, String) -Methode.
Ruft eine Anmerkung.

Namespace:  Microsoft.PerformancePoint.Scorecards.Store
Assembly:  Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)

Syntax

'Declaration
Public Function GetAnnotation ( _
    scorecardLocation As RepositoryLocation, _
    tupleCollection As TupleCollection, _
    cellPath As String _
) As Annotation
'Usage
Dim instance As SPDataStore
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
)

Parameter

Rückgabewert

Typ: Microsoft.PerformancePoint.Scorecards.Annotation

Implementiert

IBIMonitoringStore.GetAnnotation(RepositoryLocation, TupleCollection, String)

Siehe auch

Referenz

SPDataStore Klasse

SPDataStore-Member

Microsoft.PerformancePoint.Scorecards.Store-Namespace