Freigeben über


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

Hinweise

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ExecuteProcess Members
Microsoft.SqlServer.Dts.Tasks.ExecuteProcess Namespace