Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Resumes execution of the task or container by the run-time engine after pausing.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
Public Sub ResumeExecution
'Usage
Dim instance As ScriptTask
instance.ResumeExecution()
public void ResumeExecution()
public:
virtual void ResumeExecution() sealed
abstract ResumeExecution : unit -> unit
override ResumeExecution : unit -> unit
public final function ResumeExecution()
Implements
Remarks
This method is not used in code. This method is called by the runtime when a breakpoint has been completed.