Sdílet prostřednictvím


ManagedWrapper.SuspendExecution Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Suspends the wrapper execution.

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

Syntax

'Declaration
Public Sub SuspendExecution
'Usage
Dim instance As ManagedWrapper

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

Implements

IDTSBreakpointSite100.SuspendExecution()
IDTSSuspend100.SuspendExecution()

See Also

Reference

ManagedWrapper Class

Microsoft.SqlServer.Dts.Runtime Namespace