Data Management Object Model Reference

IJob.AddEventScript Method 

Adds a new event script to the job

[Visual Basic]
Function AddEventScript( _
   ByVal script As String _
) As Boolean
[C#]
bool AddEventScript(
   string script
);

Parameters

script
The event script

Return Value

An error collection. NULL if no errors

See Also

IJob Interface | SPSSMR.Data.Transformations Namespace