Share via


SsisServerExecution.Start Method

Starts the execution for the SsisServerExecution instance.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Sub Start
'Usage
Dim instance As SsisServerExecution

instance.Start()
public void Start()
public:
virtual void Start() sealed
abstract Start : unit -> unit  
override Start : unit -> unit
public final function Start()

Implements

IDTSServerExecution100.Start()

See Also

Reference

SsisServerExecution Class

Microsoft.SqlServer.Dts.Runtime Namespace