BIMonitoringServiceApplicationProxy Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the proxy that makes calls to the service application.
This API is not CLS-compliant.
Inheritance Hierarchy
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)> _
<GuidAttribute("5D21D0F2-4F05-46D4-925D-015304E222D0")> _
<IisWebServiceApplicationProxyBackupBehaviorAttribute> _
Public NotInheritable Class BIMonitoringServiceApplicationProxy _
Inherits SPIisWebServiceApplicationProxy _
Implements IBIMonitoringServiceApplicationProxy
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
[CLSCompliantAttribute(false)]
[GuidAttribute("5D21D0F2-4F05-46D4-925D-015304E222D0")]
[IisWebServiceApplicationProxyBackupBehaviorAttribute]
public sealed class BIMonitoringServiceApplicationProxy : SPIisWebServiceApplicationProxy,
IBIMonitoringServiceApplicationProxy
Remarks
Custom applications that run in a PerformancePoint Services application instance should use this service application proxy to perform create and update operations for custom DataSource objects. For more information, see the "Interacting with Repository Objects" section in Editors for Custom PerformancePoint Services Objects.
Note
The helper objects in the PerformancePoint Services SDK Reference Sample show how to make calls to the proxy. For more information about the sample, see Code Samples for PerformancePoint Services in SharePoint Server 2010.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.