The SSIS.Test.Dts namespace contains core classes that enable evaluating state of various SSIS entities. Use these classes to access Package, Variable, Connection... objects during the tests.

Classes

  ClassDescription
Public classDtsConfiguration
This class represents a configuration. Use this class to get or set value of configuration.
Public classDtsConnection
This class represents a connection. Use this class to set or get connection string.
Public classDtsError
This class represents an error that has occured during the package execution. Use this class to access additional error information.
Public classDtsExecutable
This class represents an executable that can be executed on its own. Use this class to get the state of an executable after the execution.
Public classDtsObject
This is the base class for all classes that expose Dts functions.
Public classDtsObjectProperty
This class represents a property of a package. Use this class to get and set package properties.
Public classDtsPackage
This class represents a dts package. Use this class to get state of a package during the execution.
Public classDtsParameter
This class represents a dts parameter. Use this class to get or set value of parameters.
Public classDtsPrecedenceConstraint
This class represents a precedence constraint. Use this class to evaluate the state of a precedence constraint.
Public classDtsProject
This class represents a dts project.
Public classDtsVariable
This class represents a dts variable. Use this class to get or set value of variables.

Enumerations

  EnumerationDescription
Public enumerationDtsExecutionResult
Describes the result of a task execution.