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.String

    The owner of the annotations to delete.

Implements

IBIMonitoringStore.TrimAnnotationByOwner(String)

See also

Reference

SPDataStore class

SPDataStore members

Microsoft.PerformancePoint.Scorecards.Store namespace