ContinueOnAlterException
Whether you want to continue after a ALTER statement has failed.
データ型
bool
デフォルト値
false
解説
The ALTER statement is split into multiple alter statements when more than 10 columns are present in the statement to facilitate an API limit where ALTER statements can include a maximum of 10 columns being modified/added. If true, when an individual statement fails, the 本製品 continues to evaulate the others. If false, the failure of any statement will result in an error instead of a skip.