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.
Stops provisioning the instance of the class.
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 BdcServiceApplicationProxy
Dim deleteData As Boolean
instance.Unprovision(deleteData)
public override void Unprovision(
bool deleteData
)
Parameters
deleteData
Type: System.Booleantrue to delete the provisioned data; otherwise, false.
See Also
Reference
BdcServiceApplicationProxy Class