--- title: "VESQLIRDatabase" description: "Contains details about a Microsoft SQL Server database published during an instant recovery session. Property Type Description GUID Restore session ID. GUID Restore point ID. String Name of the database on the target server." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vesqlirdatabase.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VESQLIRDatabase" dateModified: "2026-08-18" --- # 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. |