Compartir a través de


DatabaseRestorePlanner.BackupMediaList Propiedad

Gets the backup device item list.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

DatabaseRestorePlanner Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo