Share via


SPDataStore.TrimAnnotationByOwner - Méthode

Remarque : cette API est maintenant obsolète. Utilisez la méthode BIMonitoringServiceApplicationProxy.TrimAnnotationByOwner(String) à la place.
Supprime les annotations du propriétaire spécifié.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.Store
Assembly :  Microsoft.PerformancePoint.Scorecards.Store (dans Microsoft.PerformancePoint.Scorecards.Store.dll)

Syntaxe

'Déclaration
Public Sub TrimAnnotationByOwner ( _
    owner As String _
)
'Utilisation
Dim instance As SPDataStore
Dim owner As String

instance.TrimAnnotationByOwner(owner)
public void TrimAnnotationByOwner(
    string owner
)

Paramètres

  • owner
    Type : System.String

    Le propriétaire des annotations à supprimer.

Implémentations

IBIMonitoringStore.TrimAnnotationByOwner(String)

Voir aussi

Référence

SPDataStore classe

SPDataStore - Membres

Microsoft.PerformancePoint.Scorecards.Store - Espace de noms