BackupRestoreBase.ExecuteSqlAsync Method
Executes a batch of Transact-SQL statements asynchronously that does not expect a returned results set on the specified instance of Microsoft SQL Server.
Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntaxe
'Déclaration
Protected Sub ExecuteSqlAsync ( _
server As Server, _
queries As StringCollection _
)
protected void ExecuteSqlAsync (
Server server,
StringCollection queries
)
protected:
void ExecuteSqlAsync (
Server^ server,
StringCollection^ queries
)
protected void ExecuteSqlAsync (
Server server,
StringCollection queries
)
protected function ExecuteSqlAsync (
server : Server,
queries : StringCollection
)
Paramètres
- server
A Server object that specifies the instance of SQL Server on which to execute the batch of Transact-SQL statements.
- queries
A StringCollection system object that contains the batch of Transact-SQL statements to be executed.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Exemple
How to: Back Up Databases and Transaction Logs in Visual Basic .NET
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
BackupRestoreBase Class
BackupRestoreBase Members
Microsoft.SqlServer.Management.Smo Namespace
Autres ressources
RESTORE (Transact-SQL)
BACKUP (Transact-SQL)
Sauvegarde et restauration de bases de données dans SQL Server