The DtsError type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether this instance and another specified object have the same value.
(Inherited from DtsObject.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetExpression |
Gets an expression for the given property name.
(Inherited from DtsObject.) | |
| GetHashCode |
Returns the hash code for this dts object.
(Inherited from DtsObject.) | |
| GetObjectId |
Returns the identifier of an dts object.
(Overrides DtsObject..::..GetObjectId()()()().) | |
| GetObjectName |
Returns the name of an dts object.
(Overrides DtsObject..::..GetObjectName()()()().) | |
| GetProperty |
Gets a property
(Inherited from DtsObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetExpression |
Assigns the specified expression to the property. Specify null to remove an existing expression from the property.
(Inherited from DtsObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Description |
Gets the error description.
| |
| Id |
Gets the identifier of an dts object.
(Inherited from DtsObject.) | |
| Name |
Gets the name of an dts object.
(Inherited from DtsObject.) | |
| Source |
Gets a component of the package that is the source of the error.
|