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

ExecutionTypes Enumeration

The ExecutionTypes enumeration contains values that are used to specify execution options for the Transact-SQL commands sent to the server using the referenced connection.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
[FlagsAttribute]
public enum ExecutionTypes
Member nameDescription
DefaultDefault execution path.
NoCommandsNo executable commands.
ContinueOnErrorContinue execution after an error occurs.
NoExecNo execution.
ParseOnlyParse the executable commands only.
QuotedIdentifierOnIdentifiers are used to delimit commands.

The ExecutionTypes class is served by the ExecuteNonQuery method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.