Variable Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see VariableClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")> _
Public Interface Variable _
    Inherits IDTSVariable100
'Usage
Dim instance As Variable
[GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")]
public interface Variable : IDTSVariable100
[GuidAttribute(L"5DE31EA1-75EA-41D2-B6F0-219EE20583F5")]
public interface class Variable : IDTSVariable100
[<GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")>]
type Variable =  
    interface
        interface IDTSVariable100
    end
public interface Variable extends IDTSVariable100

The Variable type exposes the following members.

Properties

  Name Description
Public property DataType Infrastructure. For more information, see Variable. (Inherited from IDTSVariable100.)
Public property EvaluateAsExpression Infrastructure. For more information, see Variable. (Inherited from IDTSVariable100.)
Public property IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files. (Inherited from IDTSVariable100.)
Public property Namespace Infrastructure. For more information, see Variable. (Inherited from IDTSVariable100.)
Public property QualifiedName Infrastructure. For more information, see Variable. (Inherited from IDTSVariable100.)
Public property RaiseChangedEvent Infrastructure. For more information, see Variable. (Inherited from IDTSVariable100.)
Public property ReadOnly Infrastructure. For more information, see Variable. (Inherited from IDTSVariable100.)
Public property SystemVariable Infrastructure. For more information, see Variable. (Inherited from IDTSVariable100.)
Public property Value Infrastructure. For more information, see Variable. (Inherited from IDTSVariable100.)

Top