Freigeben über


BackupDevice.Create-Methode

Creates a new backup device on the instance of SQL Server as defined by the BackupDevice object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Create
'Usage
Dim instance As BackupDevice

instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit  
override Create : unit -> unit
public final function Create()

Implementiert

ICreatable.Create()

Beispiele

Sichern und Wiederherstellen von Datenbanken und Transaktionsprotokollen

Siehe auch

Verweis

BackupDevice Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Sicherungsmedien (SQL Server)