--- title: "VESQLRDSDatabase" description: "Contains details about a backed-up Microsoft SQL Server database running on Amazon RDS. Property Type Description String Database name. String Instance name. String DNS name or IP address of the source server." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vesqlrdsdatabase.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VESQLRDSDatabase" dateModified: "2026-08-18" --- # VESQLRDSDatabase Contains details about a backed-up Microsoft SQL Server database running on Amazon RDS.

Property

Type

Description

Name

String

Database name.

InstanceName

String

Instance name.

ServerName

String

DNS name or IP address of the source server.

ServerType

SQLRDSServerType

Possible values:

  • Standalone
  • Alwayson
  • Cluster

ProductVersion

System.Version

Microsoft SQL Server version of the instance on which the database is hosted.

## Related Commands [`Get-VESQLRDSDatabase`](get-vesqlrdsdatabase.md)