BackupMediaSet.BackupMediaList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of Backup media that the Backup media set contains.
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Smo.BackupMedia> BackupMediaList { get; }
member this.BackupMediaList : seq<Microsoft.SqlServer.Management.Smo.BackupMedia>
Public ReadOnly Property BackupMediaList As IEnumerable(Of BackupMedia)
Property Value
The backup media list.