ConnectionManager Methods
The ConnectionManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
AcquireConnection | Creates an instance of the connection type. |
|
Dispose | Releases the resources used by the ConnectionManager. |
|
Equals | Determines whether two object instances are equal. (Inherited from DtsObject.) |
|
Finalize | (Inherited from Object.) |
|
GetExecutionPath | Returns the execution path of the connection manager. |
|
GetExpression | Returns a String that contains the expression for the specified property. Null means that no expression has been assigned. |
|
GetHashCode | Returns the hash code for this instance. (Inherited from DtsObject.) |
|
GetPackagePath | Gets or sets the path of the package that the connection applies to. |
|
GetType | (Inherited from Object.) |
|
LoadFromXML(String, IDTSEvents) | This method is not callable by your application code. To load a package that has been saved as .xml, use the Application.LoadPackage method. |
|
LoadFromXML(XmlNode, IDTSEvents) | This method is not callable by your application code. To load a package that has been saved as .xml, use the Application.LoadPackage method. |
|
MemberwiseClone | (Inherited from Object.) |
|
ReleaseConnection | Frees the connection established during AcquireConnection. Called at design time and runtime. |
|
SaveToXML | This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method. |
|
SetExpression | Assigns the specified expression to the property. Specify null to remove an existing expression from the property. |
|
SetQualifier | Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. |
|
ToString | (Inherited from Object.) |