Método BackupDevice.Create
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 (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub Create
'Uso
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()
Implementa
Exemplos
Fazendo backup e restaurando bancos de dados e logs de transações
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo