Data Management Object Model Reference

JobBase.AttachDebugger Method 

Used for attaching a debugger to the script

[Visual Basic]
Overridable Public Sub AttachDebugger( _
   ByVal Debugger As Object _
) _
    Implements IApplicationScriptDebug.AttachDebugger
[C#]
public virtual void AttachDebugger(
   object Debugger
);

Parameters

Debugger

Implements

IApplicationScriptDebug.AttachDebugger

See Also

JobBase Class | SPSSMR.Data.Transformations Namespace