DtsObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an abstract base class that contains the members that are common to all the objects in the Microsoft.SqlServer.Dts.Runtime namespace.
public ref class DtsObject abstract
[System.Serializable]
public abstract class DtsObject
[<System.Serializable>]
type DtsObject = class
Public MustInherit Class DtsObject
- Inheritance
-
DtsObject
- Derived
- Attributes
Methods
Equals(Object) |
Determines whether two object instances are equal. |
EqualsHelper(Object, Object) |
Determines a value that indicates whether the first object is equal to the second object. |
GetHashCode() |
Returns the hash code for this instance. |
GetHashCodeHelper(Object) |
Returns the hash code for this instance. |
Operators
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. |