BdcServiceApplication.Unprovision Method
Deprovisions the BDC service application in the server farm.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Unprovision ( _
deleteData As Boolean _
)
'Usage
Dim instance As BdcServiceApplication
Dim deleteData As Boolean
instance.Unprovision(deleteData)
public override void Unprovision(
bool deleteData
)
Parameters
deleteData
Type: System.Booleantrue to delete any user data associated with the service application; otherwise, false.