Data Management Object Model Reference

DMScript.LoadString Method (String, StringCollection, Boolean, String)

Loads a script

[Visual Basic]
Overloads Public Function LoadString( _
   ByVal script As String, _
   ByVal definestatements As StringCollection, _
   ByVal stoponfirsterror As Boolean, _
   ByVal path As String _
) As StringCollection
[C#]
public StringCollection LoadString(
   string script,
   StringCollection definestatements,
   bool stoponfirsterror,
   string path
);

Parameters

script
The script
definestatements
Additional #define statements that will be applied to script
stoponfirsterror
path
The work path

Return Value

Warnings and errors

See Also

DMScript Class | SPSSMR.Data.Transformations Namespace | DMScript.LoadString Overload List