VESQLIRDatabase
Contains details about a Microsoft SQL Server database published during an instant recovery session.
Property | Type | Description |
Session | GUID | Restore session ID. |
RestorePoint | GUID | Restore point ID. |
DatabaseName | String | Name of the database on the target server. |
ServerName | String | DNS name or IP address of the target server. |
InstanceName | String | Name of the target instance. |
ToPointInTimeUtc | DateTime | Date and time in the UTC format of the state as of which the database is recovered. |
TargetFolder | String | Target folder for the database files. |
FileStatus | String | Recovery status of the file. |
TargetPath | String[] | Target paths for the database files. |
Status | String | Status of the instant recovery operation. |
SwitchOverOptions | Switchover options for the instant recovery operation. |
Related Commands