Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified backup device to the referenced collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
backupDevice As BackupDevice _
)
'Usage
Dim instance As BackupDeviceCollection
Dim backupDevice As BackupDevice
instance.Add(backupDevice)
public void Add(
BackupDevice backupDevice
)
public:
void Add(
BackupDevice^ backupDevice
)
member Add :
backupDevice:BackupDevice -> unit
public function Add(
backupDevice : BackupDevice
)
Parameters
- backupDevice
Type: Microsoft.SqlServer.Management.Smo.BackupDevice
A BackupDevice object that specifies the backup device to be added to the collection.