IDTSExecuteProcess Interface

 

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

Represents an interface for the ExecuteProcess.

Namespace:   Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly:  Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)

public interface class IDTSExecuteProcess

NameDescription
System_CAPS_pubpropertyArguments

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets command prompt arguments. The string can contain multiple arguments separated by a space.

System_CAPS_pubpropertyExecutable

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the Microsoft Win32 executable file or batch files to run when the package runs.

System_CAPS_pubpropertyFailTaskIfReturnCodeIsNotSuccessValue

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the task fails if the process exit code is different from the value specified in SuccessValue.

System_CAPS_pubpropertyRequireFullFileName

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the full name and extension of the task is required.

System_CAPS_pubpropertyStandardErrorVariable

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the variable used to capture the error output of the process to be run.

System_CAPS_pubpropertyStandardInputVariable

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the variable to be used as an input to the process to be run.

System_CAPS_pubpropertyStandardOutputVariable

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the variable used to capture the output of the process to be run.

System_CAPS_pubpropertySuccessValue

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the value returned by the executable or batch file that indicates success.

System_CAPS_pubpropertyTerminateProcessAfterTimeOut

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the process is forced to end after the time-out period specified by the TimeOut property.

System_CAPS_pubpropertyTimeOut

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the number of seconds that the task allows the process to run.

System_CAPS_pubpropertyWindowStyle

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the style of the window to run the process in.

System_CAPS_pubpropertyWorkingDirectory

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the directory in which the files specified in the Arguments property can be found.

Return to top
Show: