Data Management Object Model Reference

JobBase.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]
Overridable Public Function Validate() As StringCollection
[C#]
public virtual StringCollection Validate();

Return Value

See Also

JobBase Class | SPSSMR.Data.Transformations Namespace