Share via


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
Public property Arguments Infrastructure.
Public property Executable Infrastructure.
Public property FailTaskIfReturnCodeIsNotSuccessValue Infrastructure.
Public property RequireFullFileName Infrastructure.
Public property StandardErrorVariable Infrastructure.
Public property StandardInputVariable Infrastructure.
Public property StandardOutputVariable Infrastructure.
Public property SuccessValue Infrastructure.
Public property TerminateProcessAfterTimeOut Infrastructure.
Public property TimeOut Infrastructure.
Public property WindowStyle Infrastructure.
Public property WorkingDirectory Infrastructure.

Top