Data Management Object Model Reference

EventHandler.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

EventHandler Class | SPSSMR.Data.Transformations Namespace