ExecuteProcess Class
Runs an application or batch file as part of a package workflow. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (in microsoft.sqlserver.execproctask.dll)
Syntax
'Declaration
<GuidAttribute("730F5F89-3336-4568-B2D1-7E8A26E2796F")> _
Public NotInheritable Class ExecuteProcess
Inherits Task
Implements IDTSExecuteProcess, IDTSComponentPersist
[GuidAttribute("730F5F89-3336-4568-B2D1-7E8A26E2796F")]
public sealed class ExecuteProcess : Task, IDTSExecuteProcess, IDTSComponentPersist
[GuidAttribute(L"730F5F89-3336-4568-B2D1-7E8A26E2796F")]
public ref class ExecuteProcess sealed : public Task, IDTSExecuteProcess, IDTSComponentPersist
/** @attribute GuidAttribute("730F5F89-3336-4568-B2D1-7E8A26E2796F") */
public final class ExecuteProcess extends Task implements IDTSExecuteProcess, IDTSComponentPersist
GuidAttribute("730F5F89-3336-4568-B2D1-7E8A26E2796F")
public final class ExecuteProcess extends Task implements IDTSExecuteProcess, IDTSComponentPersist
Remarks
Although you can use the ExecuteProcess task to open any standard application, such as Microsoft Excel or Microsoft Word, you typically use it to run business applications or batch files that work against a data source.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Task
Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ExecuteProcess Members
Microsoft.SqlServer.Dts.Tasks.ExecuteProcess Namespace