Backup.SqlBackupAsync(Server) Method

Definition

Runs backup operation asynchronously, i.e. the call returns immediately, and the backup operation runs in the background

public void SqlBackupAsync (Microsoft.SqlServer.Management.Smo.Server srv);
member this.SqlBackupAsync : Microsoft.SqlServer.Management.Smo.Server -> unit
Public Sub SqlBackupAsync (srv As Server)

Parameters

srv
Server

Server to run backup on

Applies to