Variable 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.
For more information, see VariableClass.
public interface class Variable : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")>]
type Variable = interface
interface IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")>]
type Variable = interface
interface IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")>]
type Variable = interface
interface IDTSVariable100
Public Interface Variable
Implements IDTSVariable100
- Derived
- Attributes
- Implements
Properties
DataType |
Gets the data type of the variable. (Inherited from IDTSVariable100) |
EvaluateAsExpression |
Gets or sets a value that indicates whether the variable contains an expression. (Inherited from IDTSVariable100) |
IncludeInDebugDump |
Gets or sets a value that specifies whether the variable value is included in the debug dump files. (Inherited from IDTSVariable100) |
Namespace |
Gets or sets the namespace that the variable belongs to. (Inherited from IDTSVariable100) |
Parent |
Gets the parent container of the variable. (Inherited from IDTSVariable100) |
QualifiedName |
Gets the fully qualified name of the variable, including the namespace. This property is read-only. (Inherited from IDTSVariable100) |
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. (Inherited from IDTSVariable100) |
ReadOnly |
Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified. (Inherited from IDTSVariable100) |
SystemVariable |
Gets a value that indicates whether the variable is a system variable. This property is read-only. (Inherited from IDTSVariable100) |
Value |
Gets or sets the value assigned to the variable. (Inherited from IDTSVariable100) |
Methods
GetValueWithContext(IDTSEvaluatorContext100) |
Retrieves the value with the specified context. (Inherited from IDTSVariable100) |