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
| Class | Description | |
|---|---|---|
| DtsConfiguration |
This class represents a configuration. Use this class to get or set value of configuration.
| |
| DtsConnection |
This class represents a connection. Use this class to set or get connection
string.
| |
| DtsError |
This class represents an error that has occured during the package execution.
Use this class to access additional error information.
| |
| DtsExecutable |
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.
| |
| DtsObject |
This is the base class for all classes that expose Dts functions.
| |
| DtsObjectProperty |
This class represents a property of a package. Use this class to get and set package properties.
| |
| DtsPackage |
This class represents a dts package. Use this class to get state of a package during
the execution.
| |
| DtsParameter |
This class represents a dts parameter. Use this class to get or set value of parameters.
| |
| DtsPrecedenceConstraint |
This class represents a precedence constraint. Use this class to
evaluate the state of a precedence constraint.
| |
| DtsProject |
This class represents a dts project.
| |
| DtsVariable |
This class represents a dts variable. Use this class to get or set value of variables.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| DtsExecutionResult |
Describes the result of a task execution.
|