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 OnDebugStarting Implements IExternalDebugHost.OnDebugStarting
'Usage
Dim instance As VSTATaskScriptingEngine
CType(instance, IExternalDebugHost).OnDebugStarting()
void IExternalDebugHost.OnDebugStarting()
private:
virtual void OnDebugStarting() sealed = IExternalDebugHost::OnDebugStarting
private abstract OnDebugStarting : unit -> unit
private override OnDebugStarting : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Implements
IExternalDebugHostOnDebugStarting()