Data Management Object Model Reference

IJob.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]
Property IgnoreBadCases As Boolean
[C#]
bool IgnoreBadCases {get; set;}

See Also

IJob Interface | SPSSMR.Data.Transformations Namespace