DtsObject Members
Include Protected Members
Include Inherited 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 DtsObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether two object instances are equal. (Overrides Object.Equals(Object).) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | Returns the hash code for this instance. (Overrides Object.GetHashCode().) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality(DtsObject, DtsObject) | Determines whether the two specified objects have the same value. | |
Inequality(DtsObject, DtsObject) | Determines whether the two specified objects do not have the same value. |
Top