DtsObject Members
Defines an abstract base class that contains the members that are common to all the objects in the Microsoft.SqlServer.Dts.Runtime namespace.
The following tables list the members exposed by the DtsObject type.
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. Determines whether two object instances are equal. | |
GetHashCode | Overridden. Returns the hash code for this instance. | |
GetType | (inherited from Object ) | |
op_Equality | Determines whether the two specified objects have the same value. | |
op_Inequality | Determines whether the two specified objects do not have the same value. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top