Share via


ParserConstructor Class

Represents the parser constructor.

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

Syntax

'Declaration
Public MustInherit Class ParserConstructor _
    Inherits ServiceConstructor(Of Parser)
'Usage
Dim instance As ParserConstructor
public abstract class ParserConstructor : ServiceConstructor<Parser>
public ref class ParserConstructor abstract : public ServiceConstructor<Parser^>
public abstract class ParserConstructor extends ServiceConstructor<Parser>
[<AbstractClassAttribute>]
type ParserConstructor =  
    class
        inherit ServiceConstructor<Parser>
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Extensibility.ServiceConstructor
    Microsoft.Data.Schema.Extensibility.ServiceConstructor<Parser>
      Microsoft.Data.Schema.ScriptDom.ParserConstructor
        Microsoft.Data.Schema.ScriptDom.Sql.TSqlParserConstructor

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

ParserConstructor Members

Microsoft.Data.Schema.ScriptDom Namespace