Expand Minimize
This topic has not yet been rated - Rate this topic

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.