Gets an executable. All package containers will be recursively searched.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
Parameters
- path
- Type: System..::..String
Path to the executable. For example, \[Customer Package]\[Load Customers DataFlow]
Return Value
Instance of DtsExecutable if found in the package, otherwise throws an ArgumentException.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException | If a child executable for a given path is not present in the package, ArgumentException is thrown. |
See Also