BackupQuery(String,String) Method
 
            
                In This Topic
            
            Generates a script with a backup of the data, returned by the specified query, and writes it to the specified file.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub BackupQuery( _
   ByVal  As String, _
   ByVal  As String _
) 
             
        
            
            public void BackupQuery( 
   string ,
   string 
)
             
        
             
        
            Parameters
- query
 
- The query, returning data for backup.
 - fileName
 
- Name of the file to write the script to.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also