Backup.SqlBackupAsync(Server) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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