BdcServiceProxy class

Represents a factory for BdcServiceApplicationProxy for the Business Data Connectivity (BDC) serviceshared service.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPServiceProxy
          Microsoft.SharePoint.Administration.SPIisWebServiceProxy
            Microsoft.SharePoint.BusinessData.SharedService.BdcServiceProxy

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

Syntax

'Declaration
<GuidAttribute("828604BF-9183-475e-AAAD-01EB8D39E775")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class BdcServiceProxy _
    Inherits SPIisWebServiceProxy
'Usage
Dim instance As BdcServiceProxy
[GuidAttribute("828604BF-9183-475e-AAAD-01EB8D39E775")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class BdcServiceProxy : SPIisWebServiceProxy

Remarks

The BdcServiceApplicationProxy is what clients compile against to use the BDC.

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

BdcServiceProxy members

Microsoft.SharePoint.BusinessData.SharedService namespace