This topic has not yet been rated - Rate this topic

ParserState.Status Enumeration

SQL Server 2012

Contains values that are used to specify the parser status.

Namespace:  ManagedBatchParser
Assembly:  Microsoft.SqlServer.BatchParser (in Microsoft.SqlServer.BatchParser.dll)
public enum Status
Member nameDescription
AbortIndicates that the parse was stopped.
ErrorIndicates that an error occurred.
SuccessIndicates that the parse was successful.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.