Data Management Object Model Reference

JobBase.LoadString Method 

Loading a Job object from a DMScript string.

[Visual Basic]
NotOverridable Public Function LoadString( _
   ByVal script As String, _
   ByVal definestatements As StringCollection _
) As StringCollection
[C#]
public StringCollection LoadString(
   string script,
   StringCollection definestatements
);

Parameters

script
The script
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