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
Public method Equals(Object) Determines whether two object instances are equal. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Returns the hash code for this instance. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Equality(DtsObject, DtsObject) Determines whether the two specified objects have the same value.
Public operatorStatic member Inequality(DtsObject, DtsObject) Determines whether the two specified objects do not have the same value.

Top