LastExecutionStartDate: Last start time from current job,
LastExecutionStartDateSerial: From LastExecutionStartDate the date formatted as Interger: yyyyMMdd,
LastExecutionStartTimeSerial: Formatted by LastExecutionStartDate the time as Interger: HHmm,
LastExecutionEndDate: The time of the last completion of the current job,
LastExecutionEndDateSerial: From LastExecutionEndDate the date formatted as an interger: yyyyMMdd,
LastExecutionEndTimeSerial: The LastExecutionStartDat formats the time as Interger: HHmm,
ExecuteEventId: For the Web service, the
URI of the request.
ExecuteEventId: For web service, the
URI of the request.
MaxRowsPerInsert: Deprecated and incorrectly defined, corresponds to SqlMaxInsertSize.
SqlMaxInsertSize: Only for MS-SQL server, the number of characters for an insert statement. E.g. the default value 1024 stands for splitting the insert statement before its length exceeds 1024 characters.
sqlcommandtimeout: Define a Timeout for an SQL statement.
dontuseupdatetransaction: Do not issue an update statement.
DontCheckCommitCount: Do not consider the number of commits.