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.