Share via


Parser Class

Abstract base inherited by DSP-specific implementations for parsing language scripts.

Namespace:  Microsoft.Data.Schema.ScriptDom
Assembly:  Microsoft.Data.Schema.ScriptDom (in Microsoft.Data.Schema.ScriptDom.dll)

Syntax

'Declaration
Public MustInherit Class Parser
'Usage
Dim instance As Parser
public abstract class Parser
public ref class Parser abstract
public abstract class Parser

Remarks

This is one of the two core services of a Script DOM implementation.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Parser
    Microsoft.Data.Schema.ScriptDom.Sql.TSqlParser

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.

See Also

Reference

Parser Members

Microsoft.Data.Schema.ScriptDom Namespace