BackupMediaSet(Server, List<BackupMedia>) Constructor
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.
Initializes a new instance of the BackupMediaSet class.
public BackupMediaSet (Microsoft.SqlServer.Management.Smo.Server server, System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.BackupMedia> backupMediaList);
new Microsoft.SqlServer.Management.Smo.BackupMediaSet : Microsoft.SqlServer.Management.Smo.Server * System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.BackupMedia> -> Microsoft.SqlServer.Management.Smo.BackupMediaSet
Public Sub New (server As Server, backupMediaList As List(Of BackupMedia))
Parameters
- server
- Server
The server.
- backupMediaList
- List<BackupMedia>
The backup media list.