BuildMaster SDK Reference
Version:
ChangeScriptExecutionRecord Class
Contains information about a previously executed database change script.
Inheritance Hierarchy
- object
- Inedo.BuildMaster.Extensibility.DatabaseConnections.ChangeScriptExecutionRecord
Syntax
public
class
ChangeScriptExecutionRecord
Properties
|
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.
|