Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the backup device item list.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public ReadOnly Property BackupMediaList As ICollection(Of BackupDeviceItem)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.ICollection<BackupDeviceItem>
The collection of backup device item list.