SPDataStore.TrimAnnotationByOwner-Methode
Hinweis: Diese API ist mittlerweile veraltet. Verwenden Sie stattdessen die BIMonitoringServiceApplicationProxy.TrimAnnotationByOwner(String) -Methode.
Entfernt die Anmerkungen vom angegebenen Besitzer.
Namespace: Microsoft.PerformancePoint.Scorecards.Store
Assembly: Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)
Syntax
'Declaration
Public Sub TrimAnnotationByOwner ( _
owner As String _
)
'Usage
Dim instance As SPDataStore
Dim owner As String
instance.TrimAnnotationByOwner(owner)
public void TrimAnnotationByOwner(
string owner
)
Parameter
owner
Typ: System.StringDer Besitzer der Anmerkungen löschen.
Implementiert
IBIMonitoringStore.TrimAnnotationByOwner(String)