Creates a backup of the master database.
Account information for accesing the backup files on the server.
In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.
Visual Basic |
---|
Public Sub BackupMasterDB( _ ByVal BackupFile As String, _ ByVal OverwriteExistingFiles As Boolean, _ Optional ByVal FileSizeLimitInMB As Long = 0, _ Optional ByVal Impersonation As Impersonation = 0 _ ) |
Account information for accesing the backup files on the server.
In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.