SPDataStore.TrimAnnotationByOwner Method
NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.TrimAnnotationByOwner(String) method instead.
Removes the annotations of the specified owner.
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
)
Parameters
owner
Type: System.StringThe owner of the annotations to delete.
Implements
IBIMonitoringStore.TrimAnnotationByOwner(String)