The DtsObject type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether this instance and another specified object have the same value.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetExpression
Gets an expression for the given property name.
Public methodGetHashCode
Returns the hash code for this dts object.
(Overrides Object..::..GetHashCode()()()().)
Protected methodGetObjectId
Returns the identifier of an dts object.
Protected methodGetObjectName
Returns the name of an dts object.
Public methodGetProperty
Gets a property
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetExpression
Assigns the specified expression to the property. Specify null to remove an existing expression from the property.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyId
Gets the identifier of an dts object.
Public propertyName
Gets the name of an dts object.

See Also