Contains information about a previously executed database change script.
Name | Description | |
---|---|---|
ChangeScriptExecutionRecord(ChangeScriptId id, string name, System.DateTime executionDate, bool successfullyExecuted) |
Initializes a new instance of the ChangeScriptExecutionRecord class. |
Name | Description | |
---|---|---|
ExecutionDate |
Gets the script execution date in UTC. |
|
Id |
Gets the unique script ID. |
|
Name |
Gets the script name. |
|
SuccessfullyExecuted |
Gets a value indicating whether the script was successful. |