Data Management Object Model Reference

JobBase.DisableInteractiveDebug Property

Used to disable interactive debug features like Debug.MsgBox. Interactive debug messages should be disabled when data management scripts are running unattended.

[Visual Basic]
Public Property DisableInteractiveDebug As Boolean
[C#]
public bool DisableInteractiveDebug {get; set;}

See Also

JobBase Class | SPSSMR.Data.Transformations Namespace