Data Management Object Model Reference

Job.Run Method 

Executes the currently loaded DMScript. FUTURE: The object model representing the loaded script is passed onto the runner components that host the process and executes the transformation within a thread pool.

[Visual Basic]
Overrides Public Sub Run() _
    Implements IJob.Run
[C#]
public override void Run();

Return Value

Implements

IJob.Run

See Also

Job Class | SPSSMR.Data.Transformations Namespace