ExecuteSql 方法

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Protected Sub ExecuteSql ( _
    server As Server, _
    queries As StringCollection _
)
用法
Dim server As Server
Dim queries As StringCollection

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

参数