IDTSExecuteProcess Interface
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)
Syntax
'Declaration
Public Interface IDTSExecuteProcess
'Usage
Dim instance As IDTSExecuteProcess
public interface IDTSExecuteProcess
public interface class IDTSExecuteProcess
type IDTSExecuteProcess = interface end
public interface IDTSExecuteProcess
The IDTSExecuteProcess type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Arguments | Infrastructure. |
![]() |
Executable | Infrastructure. |
![]() |
FailTaskIfReturnCodeIsNotSuccessValue | Infrastructure. |
![]() |
RequireFullFileName | Infrastructure. |
![]() |
StandardErrorVariable | Infrastructure. |
![]() |
StandardInputVariable | Infrastructure. |
![]() |
StandardOutputVariable | Infrastructure. |
![]() |
SuccessValue | Infrastructure. |
![]() |
TerminateProcessAfterTimeOut | Infrastructure. |
![]() |
TimeOut | Infrastructure. |
![]() |
WindowStyle | Infrastructure. |
![]() |
WorkingDirectory | Infrastructure. |
Top