Interfaccia IDTSExecuteProcess

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents an interface for the ExecuteProcess.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly:  Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)

Sintassi

'Dichiarazione
Public Interface IDTSExecuteProcess
'Utilizzo
Dim instance As IDTSExecuteProcess
public interface IDTSExecuteProcess
public interface class IDTSExecuteProcess
type IDTSExecuteProcess =  interface end
public interface IDTSExecuteProcess

Nel tipo IDTSExecuteProcess sono esposti i membri seguenti.

Proprietà

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

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteProcess