Data Management Object Model Reference

IJob.WeightEngines Property

Description: Returns a colletcion of weight engines, one for each output data source. Example: In a DMS Script this could be done as: OutputDataSource(SomeOutput, the output) ConnectionString = Provider...... . . End OutputDataSource Event (OnJobStart, job start) 'accesssing the weight engine by output datasource name Dim weName Set weName=Job.WeightEngines["SomeOutput"] 'accesssing the weight engine by by ordinal Dim weOrdinal Set weOrdinal=Job.WeightEngines[0] End Event

[Visual Basic]
Property WeightEngines As IDataManagerWeightEngines
[C#]
IDataManagerWeightEngines WeightEngines {get;}

See Also

IJob Interface | SPSSMR.Data.Transformations Namespace