Поделиться через


Интерфейс IDTSExecuteProcess

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents an interface for the ExecuteProcess.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Сборка:  Microsoft.SqlServer.ExecProcTask (в Microsoft.SqlServer.ExecProcTask.dll)

Синтаксис

'Декларация
Public Interface IDTSExecuteProcess
'Применение
Dim instance As IDTSExecuteProcess
public interface IDTSExecuteProcess
public interface class IDTSExecuteProcess
type IDTSExecuteProcess =  interface end
public interface IDTSExecuteProcess

Тип IDTSExecuteProcess обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Arguments Инфраструктура. Gets or sets command prompt arguments. The string can contain multiple arguments separated by a space.
Открытое свойство Executable Инфраструктура. Gets or sets the name of the Microsoft Win32 executable file or batch files to run when the package runs.
Открытое свойство FailTaskIfReturnCodeIsNotSuccessValue Инфраструктура. 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 Инфраструктура. Gets or sets a value that indicates whether the full name and extension of the task is required.
Открытое свойство StandardErrorVariable Инфраструктура. Gets or sets the name of the variable used to capture the error output of the process to be run.
Открытое свойство StandardInputVariable Инфраструктура. Gets or sets the name of the variable to be used as an input to the process to be run.
Открытое свойство StandardOutputVariable Инфраструктура. Gets or sets the name of the variable used to capture the output of the process to be run.
Открытое свойство SuccessValue Инфраструктура. Gets or sets the value returned by the executable or batch file that indicates success.
Открытое свойство TerminateProcessAfterTimeOut Инфраструктура. 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 Инфраструктура. Gets or sets the number of seconds that the task allows the process to run.
Открытое свойство WindowStyle Инфраструктура. Gets or sets the style of the window to run the process in.
Открытое свойство WorkingDirectory Инфраструктура. Gets or sets the directory in which the files specified in the Arguments property can be found.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecuteProcess