'Declaration Public Overloads Function BeginBackupQuery( _ ByVal query As String, _ ByVal stream As Stream _ ) As IAsyncResult |
public IAsyncResult BeginBackupQuery( string query, Stream stream ) |
Parameters
- query
- The query, returning data for backup.
- stream
- The System.IO.Stream to write the script to.