BIMonitoringServiceApplicationProxy.TrimAnnotationByOwner-Methode
Entfernt die Anmerkungen vom angegebenen Besitzer.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub TrimAnnotationByOwner ( _
Owner As String _
)
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim Owner As String
instance.TrimAnnotationByOwner(Owner)
public void TrimAnnotationByOwner(
string Owner
)
Parameter
Owner
Typ: System.StringDer angegebene Besitzer.
Implementiert
IBIMonitoringServiceApplicationProxy.TrimAnnotationByOwner(String)
Hinweise
Sicherheitshinweis |
---|
Dieser Vorgang erfordert Administratorrechte auf Farmebene. |
Siehe auch
Referenz
BIMonitoringServiceApplicationProxy Klasse