다음을 통해 공유


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 네임스페이스