DatabaseRestorePlanner.BackupMediaList Property

Definition

Gets the backup device item list.

public System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.Smo.BackupDeviceItem> BackupMediaList { get; }
member this.BackupMediaList : System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.Smo.BackupDeviceItem>
Public ReadOnly Property BackupMediaList As ICollection(Of BackupDeviceItem)

Property Value

The backup device item list.

Applies to