This topic has not yet been rated - Rate this topic

ConnectionManager.Dispose Method

Releases the resources used by the ConnectionManager.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public void Dispose()

Implements

IDisposable.Dispose()

Releases the resources used by the ConnectionManager and optionally releases the unmanaged resources.

The following code sample shows how to dispose of connection manager resources.

Dispose();
Did you find this helpful?
(1500 characters remaining)