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 Function OnBeforeDebugStarting As Integer
Implements IExternalDebugHost.OnBeforeDebugStarting
'Usage
Dim instance As VSTATaskScriptingEngine
Dim returnValue As Integer
returnValue = CType(instance, IExternalDebugHost).OnBeforeDebugStarting()
int IExternalDebugHost.OnBeforeDebugStarting()
private:
virtual int OnBeforeDebugStarting() sealed = IExternalDebugHost::OnBeforeDebugStarting
private abstract OnBeforeDebugStarting : unit -> int
private override OnBeforeDebugStarting : unit -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.Int32
Implements
IExternalDebugHostOnBeforeDebugStarting()