Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
systemType
Type: Microsoft.BusinessData.MetadataModel.SystemTypeThe type of the external system.
value
Type: System.Booleantrue 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