IDTSVariable100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an interface for the variable on a package, task or container.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | DataType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the data type of the variable. |
![]() | EvaluateAsExpression | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the variable contains an expression. |
![]() | IncludeInDebugDump | Gets or sets a value that specifies whether the variable value is included in the debug dump files. |
![]() | Namespace | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the namespace that the variable belongs to. |
![]() | Parent | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parent container of the variable. |
![]() | QualifiedName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the fully qualified name of the variable, including the namespace. This property is read-only. |
![]() | RaiseChangedEvent | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the variable has been flagged to raise the OnVariableValueChanged event when the value of the variable changes. |
![]() | ReadOnly | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified. |
![]() | SystemVariable | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the variable is a system variable. This property is read-only. |
![]() | Value | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the value assigned to the variable. |
| Name | Description | |
|---|---|---|
![]() | GetValueWithContext(IDTSEvaluatorContext100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves the value with the specified context. |

