Data Management Object Model Reference

IJob.Save Method 

Saves a DMS script to DMS file, the Save method calls SaveToString internally to persist the DMOM state

[Visual Basic]
Sub Save( _
   ByVal DTScriptFileName As String _
)
[C#]
void Save(
   string DTScriptFileName
);

See Also

IJob Interface | SPSSMR.Data.Transformations Namespace