Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents an interface for the ExecuteProcess.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly : Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)
Syntaxe
'Déclaration
Public Interface IDTSExecuteProcess
'Utilisation
Dim instance As IDTSExecuteProcess
public interface IDTSExecuteProcess
public interface class IDTSExecuteProcess
type IDTSExecuteProcess = interface end
public interface IDTSExecuteProcess
Le type IDTSExecuteProcess expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Arguments | Infrastructure. Gets or sets command prompt arguments. The string can contain multiple arguments separated by a space. |
![]() |
Executable | Infrastructure. Gets or sets the name of the Microsoft Win32 executable file or batch files to run when the package runs. |
![]() |
FailTaskIfReturnCodeIsNotSuccessValue | Infrastructure. Gets or sets a value that indicates whether the task fails if the process exit code is different from the value specified in SuccessValue. |
![]() |
RequireFullFileName | Infrastructure. Gets or sets a value that indicates whether the full name and extension of the task is required. |
![]() |
StandardErrorVariable | Infrastructure. Gets or sets the name of the variable used to capture the error output of the process to be run. |
![]() |
StandardInputVariable | Infrastructure. Gets or sets the name of the variable to be used as an input to the process to be run. |
![]() |
StandardOutputVariable | Infrastructure. Gets or sets the name of the variable used to capture the output of the process to be run. |
![]() |
SuccessValue | Infrastructure. Gets or sets the value returned by the executable or batch file that indicates success. |
![]() |
TerminateProcessAfterTimeOut | Infrastructure. Gets or sets a value that indicates whether the process is forced to end after the time-out period specified by the TimeOut property. |
![]() |
TimeOut | Infrastructure. Gets or sets the number of seconds that the task allows the process to run. |
![]() |
WindowStyle | Infrastructure. Gets or sets the style of the window to run the process in. |
![]() |
WorkingDirectory | Infrastructure. Gets or sets the directory in which the files specified in the Arguments property can be found. |
Haut de la page
.gif)