Share via


BIMonitoringServiceApplicationProxy-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt den Proxy, der die Service-Anwendung aufruft.

Diese API ist nicht CLS-kompatibel. 

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPServiceApplicationProxy
          Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy
            Microsoft.PerformancePoint.Scorecards.BIMonitoringServiceApplicationProxy

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<IisWebServiceApplicationProxyBackupBehaviorAttribute> _
<GuidAttribute("5D21D0F2-4F05-46D4-925D-015304E222D0")> _
Public NotInheritable Class BIMonitoringServiceApplicationProxy _
    Inherits SPIisWebServiceApplicationProxy _
    Implements IBIMonitoringServiceApplicationProxy
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
[CLSCompliantAttribute(false)]
[IisWebServiceApplicationProxyBackupBehaviorAttribute]
[GuidAttribute("5D21D0F2-4F05-46D4-925D-015304E222D0")]
public sealed class BIMonitoringServiceApplicationProxy : SPIisWebServiceApplicationProxy, 
    IBIMonitoringServiceApplicationProxy

Hinweise

Benutzerdefinierte Anwendungen, die in einem PerformancePoint-Dienste ausgeführt Anwendungsinstanz dieser Dienstanwendungsproxy verwenden sollten, erstellen und aktualisieren Operationen für benutzerdefinierte DataSource -Objekte. Weitere Informationen finden Sie im Abschnitt "Interaktion mit Repository-Objekte" in Editors for Custom Objects.

Hinweis

Helper-Objekten in der PerformancePoint-Dienste SDK Referenzprobe zeigen, wie der Proxy aufrufen. Weitere Informationen zum Beispiel finden Sie unter PerformancePoint Services Code Samples.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

BIMonitoringServiceApplicationProxy-Member

Microsoft.PerformancePoint.Scorecards-Namespace