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.
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.