DtsObject Class

Definition

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.

Applies to