Microsoft.Data.Schema.ScriptDom Namespace
This namespace provides classes and interfaces that can be used to extend the Parser and Script Generator for Third-Party support.
It describes the base types that a Database Schema Provider (DSP) implementer must inherit, with concrete implementations for the required Script DOM. This includes the two core base types Parser and ScriptGenerator, as well as supporting types.
Classes
Class | Description | |
---|---|---|
ParseError | This class reports on the error that occurred during parsing. | |
Parser | Abstract base inherited by DSP-specific implementations for parsing language scripts. | |
ScriptGenerator | This class is used to generate a script from a script fragment. |
Interfaces
Interface | Description | |
---|---|---|
IScriptFragment |