다음을 통해 공유


ExecuteSqlAsync 메서드

Executes a batch of Transact-SQL statements asynchronously that does not expect a returned results set on the specified instance of SQL Server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
Protected Sub ExecuteSqlAsync ( _
    server As Server, _
    queries As StringCollection _
)
‘사용 방법
Dim server As Server
Dim queries As StringCollection

Me.ExecuteSqlAsync(server, queries)
protected void ExecuteSqlAsync(
    Server server,
    StringCollection queries
)
protected:
void ExecuteSqlAsync(
    Server^ server, 
    StringCollection^ queries
)
member ExecuteSqlAsync : 
        server:Server * 
        queries:StringCollection -> unit 
protected function ExecuteSqlAsync(
    server : Server, 
    queries : StringCollection
)

매개 변수