Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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()