Partilhar via


Propriedade do RDL DatabaseRestorePlanner.BackupMediaList

Gets the backup device item list.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public ReadOnly Property BackupMediaList As ICollection(Of BackupDeviceItem)
    Get
'Uso
Dim instance As DatabaseRestorePlanner 
Dim value As ICollection(Of BackupDeviceItem)

value = instance.BackupMediaList
public ICollection<BackupDeviceItem> BackupMediaList { get; }
public:
property ICollection<BackupDeviceItem^>^ BackupMediaList {
    ICollection<BackupDeviceItem^>^ get ();
}
member BackupMediaList : ICollection<BackupDeviceItem>
function get BackupMediaList () : ICollection<BackupDeviceItem>

Valor da propriedade

Tipo: System.Collections.Generic.ICollection<BackupDeviceItem>
The collection of backup device item list.

Consulte também

Referência

DatabaseRestorePlanner Classe

Namespace Microsoft.SqlServer.Management.Smo