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.
Deletes the profile synchronization connection for the Business Data Connectivity (BDC) service.
Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Overrides Sub Delete
'Usage
Dim instance As BusinessDataCatalogConnection
instance.Delete()
public override void Delete()
Exceptions
| Exception | Condition | 
|---|---|
| SqlException | An SQL exception occurred while deleting the contents of the database.  | 
Remarks
This method updates the local cache and deletes all the relative content from the SQL database.
See Also
Reference
BusinessDataCatalogConnection Class