Data Management Object Model Reference

JobBase.Save Method 

Saving a Job object to a DMScript file.

[Visual Basic]
NotOverridable Public Sub Save( _
   ByVal DMScriptFileName As String _
)
[C#]
public void Save(
   string DMScriptFileName
);

Parameters

DMScriptFileName

Return Value

See Also

JobBase Class | SPSSMR.Data.Transformations Namespace