| Overload | Description | 
|---|---|
| Backup() | Generates a script and writes it to the DumpText property. | 
| Backup(String) | Generates a script and writes it to the specified file. | 
| Backup(Stream) | Generates a script and writes it to the specified System.IO.Stream. | 
| Backup(TextWriter) | Generates a script and writes it to the specified System.IO.TextWriter. |