Data Management Object Model Reference

IJob.WeightEngine Property

Description: This property returns the interface pointer to the weight engine interface for the first output data source. There is a limitation that WeightEngine can’t be initialized when the first output data source is Csv format, thus WeightEngine is not usable. Example: Dim we we=Job.WeightEngine

[Visual Basic]
Property WeightEngine As WeightEngine
[C#]
MRWEIGHTLib.WeightEngine WeightEngine {get;}

See Also

IJob Interface | SPSSMR.Data.Transformations Namespace