Remove Method (Connection)
In This Topic
Removes the connection from the
Project.
Syntax
public virtual void Remove()
public:
virtual void Remove();
Exceptions
Exception | Description |
RemoveFailedException | Thrown when it is impossible to remove the connection, i.e. IsRemovable return false. |
See Also