ErrorType Enumeration

Specifies the different error types.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Parser
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Enumeration ErrorType
'Usage
Dim instance As ErrorType
public enum ErrorType
public enum class ErrorType
type ErrorType
public enum ErrorType

Members

Member name Description
SyntaxError A syntax error.
ParseError A parse error.
BindError A bind error.