Data Management Object Model Reference

Job.Load Method 

Loading a Job object from a DMScript file.

[Visual Basic]
Overrides Public Function Load( _
   ByVal DMScriptFileName As String, _
   ByVal definestatements As StringCollection _
) As StringCollection _
    Implements IJob.Load
[C#]
public override StringCollection Load(
   string DMScriptFileName,
   StringCollection definestatements
);

Parameters

DMScriptFileName
The name of the script file
definestatements
Additional #define statements that will be applied to the script

Return Value

String with warning texts

Implements

IJob.Load

See Also

Job Class | SPSSMR.Data.Transformations Namespace