Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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()