'Declaration Public Overloads Function BeginBackupQuery( _ ByVal query As String, _ ByVal fileName As String _ ) As IAsyncResult
public IAsyncResult BeginBackupQuery( string query, string fileName )
Parameters
- query
 - The query, returning data for backup.
 - fileName
 - The name of the file to write the script to.