Data Management Object Model Reference

JobBase.IgnoreBadCases Property

Setting this to true enables a transformation to continue despite writing of a record failed Setting this to false would make the transformation stop when a write fails Default value is true

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

See Also

JobBase Class | SPSSMR.Data.Transformations Namespace