IDTSVariable100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an interface for the variable on a package, task or container.
public interface class IDTSVariable100
[System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")]
public interface IDTSVariable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")]
public interface IDTSVariable100
[<System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")>]
type IDTSVariable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")>]
type IDTSVariable100 = interface
Public Interface IDTSVariable100
- Derived
- Attributes
Properties
DataType |
Gets the data type of the variable. |
EvaluateAsExpression |
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 |
Gets or sets the namespace that the variable belongs to. |
Parent |
Gets the parent container of the variable. |
QualifiedName |
Gets the fully qualified name of the variable, including the namespace. This property is read-only. |
RaiseChangedEvent |
Gets or sets a value that indicates whether the variable has been flagged to raise the OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) event when the value of the variable changes. |
ReadOnly |
Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified. |
SystemVariable |
Gets a value that indicates whether the variable is a system variable. This property is read-only. |
Value |
Gets or sets the value assigned to the variable. |
Methods
GetValueWithContext(IDTSEvaluatorContext100) |
Retrieves the value with the specified context. |