Share via


VSTATaskScriptingEngine.. Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

Syntax

'Declaration
Private Sub OnDebugStopping Implements IExternalDebugHost.OnDebugStopping
'Usage
Dim instance As VSTATaskScriptingEngine

CType(instance, IExternalDebugHost).OnDebugStopping()
void IExternalDebugHost.OnDebugStopping()
private:
virtual void OnDebugStopping() sealed = IExternalDebugHost::OnDebugStopping
private abstract OnDebugStopping : unit -> unit 
private override OnDebugStopping : unit -> unit 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

IExternalDebugHostOnDebugStopping()