SendMailTask Methods
SQL Server 2005
(see also
Protected
Methods
)
| Name | Description | |
|---|---|---|
| AcceptBreakpointManager |
Passes a BreakpointManager to the Send Mail task. This method is called by the runtime and is not used in code.
|
| CanUpdate | (inherited from Task ) |
| Equals | Overloaded. (inherited from DtsObject ) |
| Execute |
Overridden.
Executes the Send Mail task.
|
| GetConnectionID | (inherited from Task ) |
| GetConnectionName | (inherited from Task ) |
| GetHashCode |
Returns the hash code for this instance.
(inherited from
DtsObject
)
|
| GetType | (inherited from Object ) |
| InitializeTask |
Overridden.
Initializes the properties associated with the task. This method is called by the runtime and is not used in code.
|
| LoadFromXML |
This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
|
| op_Equality | (inherited from DtsObject ) |
| op_Inequality | (inherited from DtsObject ) |
| ReferenceEquals | (inherited from Object ) |
| ResumeExecution |
Resumes execution of the task after pausing. The task or container is resumed by the runtime engine.
|
| SaveToXML |
This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
|
| SuspendExecution |
Indicates that the executable needs to suspend. This method is called by the runtime engine.
|
| ToString | (inherited from Object ) |
| Update | (inherited from Task ) |
| Validate |
Overridden.
Verifies that the task is properly configured.
|
| Name | Description | |
|---|---|---|
| Finalize | (inherited from Object ) |
| MemberwiseClone | (inherited from Object ) |
