This class represents a dts variable. Use this class to get or set value of variables.

Namespace: SSIS.Test.Dts
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public sealed class DtsVariable : DtsObject
Visual Basic
Public NotInheritable Class DtsVariable _
	Inherits DtsObject
Visual C++
public ref class DtsVariable sealed : public DtsObject

Inheritance Hierarchy

System..::..Object
  SSIS.Test.Dts..::..DtsObject
    SSIS.Test.Dts..::..DtsVariable

See Also