SqlSmoObject.ExecuteNonQuery Method
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)
Syntax
'Declaration
Protected Sub ExecuteNonQuery ( _
queries As StringCollection, _
includeDbContext As Boolean _
)
'Usage
Dim queries As StringCollection
Dim includeDbContext As Boolean
Me.ExecuteNonQuery(queries, includeDbContext)
protected void ExecuteNonQuery(
StringCollection queries,
bool includeDbContext
)
protected:
void ExecuteNonQuery(
StringCollection^ queries,
bool includeDbContext
)
member ExecuteNonQuery :
queries:StringCollection *
includeDbContext:bool -> unit
protected function ExecuteNonQuery(
queries : StringCollection,
includeDbContext : boolean
)
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.