ChangeScriptExecutionRecord Class

Contains information about a previously executed database change script.

Inheritance Hierarchy

Syntax

public class ChangeScriptExecutionRecord

Constructors

Name Description
ChangeScriptExecutionRecord(ChangeScriptId id, string name, System.DateTime executionDate, bool successfullyExecuted)

Initializes a new instance of the ChangeScriptExecutionRecord class.

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.