Método .
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (em Microsoft.SqlServer.ScriptTask.dll)
Sintaxe
'Declaração
Private Sub OnDebugStopping Implements IExternalDebugHost.OnDebugStopping
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Implementa
IExternalDebugHostOnDebugStopping()()()()
Consulte também