The DtsVariable type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether this instance and another specified object have the same value.
(Inherited from DtsObject.)
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 that is assigned to the variable.
(Overrides DtsObject..::..GetExpression(String).)
Public methodGetHashCode
Returns the hash code for this dts object.
(Inherited from DtsObject.)
Protected methodGetObjectId
Returns the identifier of an dts object.
(Overrides DtsObject..::..GetObjectId()()()().)
Protected methodGetObjectName
Returns the name of an dts object.
(Overrides DtsObject..::..GetObjectName()()()().)
Public methodGetProperty
Gets a property
(Inherited from DtsObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the value of the underlying variable. If EvaluateAsExpression is true value will be evaluated from expression set by the SetExpression(String, String) method.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetExpression
Assigns the specified expression to the variable. Specify null to remove an existing expression from the property.
(Overrides DtsObject..::..SetExpression(String, String).)
Public methodSetValue
Sets a value of the underlying variable.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also