مشاركة عبر


BackupDeviceCollection.Add Method

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

Examples

Using Collections

See Also

Reference

BackupDeviceCollection Class

Microsoft.SqlServer.Management.Smo Namespace