BdcServiceApplicationProxy.EnableSystemType Method

Enables or disables the specified external system type for execution.

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

Syntax

'Declaration
Public Sub EnableSystemType ( _
    systemType As SystemType, _
    value As Boolean _
)
'Usage
Dim instance As BdcServiceApplicationProxy
Dim systemType As SystemType
Dim value As Boolean

instance.EnableSystemType(systemType, _
    value)
public void EnableSystemType(
    SystemType systemType,
    bool value
)

Parameters

  • value
    Type: System.Boolean

    true to enable the external system type for execution; otherwise, false.

Exceptions

Exception Condition
AccessDeniedException

The current user is not a farm administrator.

Remarks

This method requires farm administrator privileges.

See Also

Reference

BdcServiceApplicationProxy Class

BdcServiceApplicationProxy Members

Microsoft.SharePoint.BusinessData.SharedService Namespace