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 Function OnBeforeDebugStarting As Integer
Implements IExternalDebugHost.OnBeforeDebugStarting
'Użycie
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.
Wartość zwracana
Typ: System.Int32
Implementacje
IExternalDebugHostOnBeforeDebugStarting()
Zobacz także