Data Management Object Model Reference

Job_Old.Validate Method 

Validates the different Script sections of the currently open DMScript file. A test connection to every datasource(including those referenced in global variable definitions) with appropriate security and access mode will be made and errors reported. All errors encountered + the Validate summary are returned in the stringarray When Validate returns the client should query the properties WarningCount and ErrorCount The client should abandon the transformation if ErrorCount>0 The client may proceed with the transformation if ErrorCount=0 and WarningCount>0

[Visual Basic]
Overrides Public Function Validate() As StringCollection _
    Implements IJob.Validate
[C#]
public override StringCollection Validate();

Return Value

Implements

IJob.Validate

See Also

Job_Old Class | SPSSMR.Data.Transformations Namespace