DatabaseRestorePlanner.BackupMediaList 属性
Gets the backup device item list.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Public ReadOnly Property BackupMediaList As ICollection(Of BackupDeviceItem)
Get
用法
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>
属性值
类型:System.Collections.Generic.ICollection<BackupDeviceItem>
The collection of backup device item list.