If ContinueOnError is false, operations are run inside of a transaction and changes are rolled back. If true commands are accepted even if failures occur and are not rolled back.
public bool RunSqlScript(string script, bool continueOnError, bool scriptIsFile);
continueOnError
scriptIsFile