Compartir a través de


Interfaz IDTSExecuteProcess

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents an interface for the ExecuteProcess.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Ensamblado:  Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)

Sintaxis

'Declaración
Public Interface IDTSExecuteProcess
'Uso
Dim instance As IDTSExecuteProcess
public interface IDTSExecuteProcess
public interface class IDTSExecuteProcess
type IDTSExecuteProcess =  interface end
public interface IDTSExecuteProcess

El tipo IDTSExecuteProcess expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Arguments Infraestructura. Gets or sets command prompt arguments. The string can contain multiple arguments separated by a space.
Propiedad pública Executable Infraestructura. Gets or sets the name of the Microsoft Win32 executable file or batch files to run when the package runs.
Propiedad pública FailTaskIfReturnCodeIsNotSuccessValue Infraestructura. Gets or sets a value that indicates whether the task fails if the process exit code is different from the value specified in SuccessValue.
Propiedad pública RequireFullFileName Infraestructura. Gets or sets a value that indicates whether the full name and extension of the task is required.
Propiedad pública StandardErrorVariable Infraestructura. Gets or sets the name of the variable used to capture the error output of the process to be run.
Propiedad pública StandardInputVariable Infraestructura. Gets or sets the name of the variable to be used as an input to the process to be run.
Propiedad pública StandardOutputVariable Infraestructura. Gets or sets the name of the variable used to capture the output of the process to be run.
Propiedad pública SuccessValue Infraestructura. Gets or sets the value returned by the executable or batch file that indicates success.
Propiedad pública TerminateProcessAfterTimeOut Infraestructura. Gets or sets a value that indicates whether the process is forced to end after the time-out period specified by the TimeOut property.
Propiedad pública TimeOut Infraestructura. Gets or sets the number of seconds that the task allows the process to run.
Propiedad pública WindowStyle Infraestructura. Gets or sets the style of the window to run the process in.
Propiedad pública WorkingDirectory Infraestructura. Gets or sets the directory in which the files specified in the Arguments property can be found.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteProcess