Data Management Object Model Reference

JobBase.Load Method 

Loading a Job object from a DMScript file.

[Visual Basic]
Overridable Public Function Load( _
   ByVal DMScriptFileName As String, _
   ByVal definestatements As StringCollection _
) As StringCollection
[C#]
public virtual 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

See Also

JobBase Class | SPSSMR.Data.Transformations Namespace