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