BusinessDataCatalogConnection.Delete method
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