Méthode IDTSBreakpointSite100.ResumeExecution
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Resumes execution of the task after pausing. The task or container is resumed by the runtime engine.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub ResumeExecution
'Utilisation
Dim instance As IDTSBreakpointSite100
instance.ResumeExecution()
void ResumeExecution()
void ResumeExecution()
abstract ResumeExecution : unit -> unit
function ResumeExecution()