DtsContainer Methods
SQL Server 2008
The DtsContainer type exposes the following members.
| Name | Description | |
|---|---|---|
|
AcceptBreakpointManager(BreakpointManager) | This method is called by the run-time engine when a task or container is created, and passes it a BreakpointManager manager to allow the task to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code. |
|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
|
Equals(Object) | Determines whether two object instances are equal. (Inherited from DtsObject.) |
|
Execute(Connections, Variables, IDTSEvents, IDTSLogging, Object) | Runs the application, container, or package as part of a package workflow. (Overrides Executable.Execute(Connections, Variables, IDTSEvents, IDTSLogging, Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Returns the hash code for this instance. (Inherited from DtsObject.) |
|
GetType() | (Inherited from Object.) |
|
LoadFromXML(XmlNode, IDTSEvents) | This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method. |
|
MemberwiseClone() | (Inherited from Object.) |
|
ResumeExecution() | Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. |
|
SaveToXML(XmlDocument, XmlNode, IDTSEvents) | This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method. |
|
SetWrappedExecutable(IDTSExecutable100) | Infrastructure. |
|
SuspendExecution() | Called when the executable needs to suspend. This method is called by the runtime engine. |
|
ToString() | (Inherited from Object.) |
|
Validate(Connections, Variables, IDTSEvents, IDTSLogging) | Allows the container to determine if it contains invalid settings that will prevent it from executing successfully. (Overrides Executable.Validate(Connections, Variables, IDTSEvents, IDTSLogging).) |