ParseResult Class

Represents the parsing result.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult

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

Syntax

'Declaration
Public Class ParseResult
'Usage
Dim instance As ParseResult
public class ParseResult
public ref class ParseResult
type ParseResult =  class end
public class ParseResult

The ParseResult type exposes the following members.

Properties

  Name Description
Public property BatchCount Gets the number of batches in the supplied script.
Public property Errors Gets the parsing errors.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetTokenNumber Gets a token number.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.