IDTSRuntimeConnection100.ReleaseConnectionManager Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Releases the reference to a ConnectionManager referenced by an IDTSRuntimeConnection100 object.
public:
void ReleaseConnectionManager();
[System.Runtime.InteropServices.DispId(103)]
public void ReleaseConnectionManager ();
[<System.Runtime.InteropServices.DispId(103)>]
abstract member ReleaseConnectionManager : unit -> unit
Public Sub ReleaseConnectionManager ()
- Attributes
Remarks
This method releases the reference the ConnectionManager in the package stored in the ConnectionManager property. After it is called, the ConnectionManager property is null.