BdcServiceApplicationProxy class

Represents a connection to Business Data Connectivity (BDC) service, which can be local or federated. Operations on the proxy are subject to fluctuations in performance because of network issues; if the proxy is to a very remote federated farm through a congested network, operations may be quite slow.

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.SharePoint.BusinessData.SharedService.BdcServiceApplicationProxy

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("B35438A3-9778-4ea3-8E4F-6DAC0BD9CE89")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SecurityPermissionAttribute(SecurityAction.Assert, Unrestricted := True)> _
Public NotInheritable Class BdcServiceApplicationProxy _
    Inherits SPIisWebServiceApplicationProxy _
    Implements IDisposable
'Usage
Dim instance As BdcServiceApplicationProxy
[GuidAttribute("B35438A3-9778-4ea3-8E4F-6DAC0BD9CE89")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SecurityPermissionAttribute(SecurityAction.Assert, Unrestricted = true)]
public sealed class BdcServiceApplicationProxy : SPIisWebServiceApplicationProxy, 
    IDisposable

Remarks

A BdcServiceApplicationProxy is an object that a client can compile against to perform BDC operations. BdcServiceApplicationProxy is responsible for communicating to its server-side BdcServiceApplication object by using the IBdcServiceApplication Web service.

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.

See also

Reference

BdcServiceApplicationProxy members

Microsoft.SharePoint.BusinessData.SharedService namespace