The DtsVariable type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether this instance and another specified object have the same value.
(Inherited from DtsObject.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetExpression |
Gets an expression that is assigned to the variable.
(Overrides DtsObject..::..GetExpression(String).) |
![]() | GetHashCode |
Returns the hash code for this dts object.
(Inherited from DtsObject.) |
![]() | GetObjectId |
Returns the identifier of an dts object.
(Overrides DtsObject..::..GetObjectId()()()().) |
![]() | GetObjectName |
Returns the name of an dts object.
(Overrides DtsObject..::..GetObjectName()()()().) |
![]() | GetProperty |
Gets a property
(Inherited from DtsObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue |
Gets the value of the underlying variable. If EvaluateAsExpression is true value will be evaluated from expression set by the SetExpression(String, String) method.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetExpression |
Assigns the specified expression to the variable. Specify null to remove an existing expression from the property.
(Overrides DtsObject..::..SetExpression(String, String).) |
![]() | SetValue |
Sets a value of the underlying variable.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | EvaluateAsExpression |
Gets or sets a value that indicates whether the variable contains an expression.
|
![]() | Id |
Gets the identifier of an dts object.
(Inherited from DtsObject.) |
![]() | Name |
Gets the name of an dts object.
(Inherited from DtsObject.) |