Metoda VSTATaskScriptingEngine..
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Zestaw: Microsoft.SqlServer.ScriptTask (w Microsoft.SqlServer.ScriptTask.dll)
Składnia
'Deklaracja
Private Sub OnDebugStarting Implements IExternalDebugHost.OnDebugStarting
'Użycie
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.
Implementacje
IExternalDebugHostOnDebugStarting()
Zobacz także