SqlSmoObject::ExecuteNonQuery Method
SQL Server 2012
Executes a batch of statements that does not return a result set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected: void ExecuteNonQuery( StringCollection^ queries, bool includeDbContext )
Parameters
- queries
- Type: System.Collections.Specialized::StringCollection
A StringCollection system object value that specifies the batches of Transact-SQL statements to be executed.
- includeDbContext
- Type: System::Boolean
A Boolean value that indicates whether to include the database context.
