Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the TSql80 parser.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Parser
Microsoft.Data.Schema.ScriptDom.Sql.TSqlParser
Microsoft.Data.Schema.ScriptDom.Sql.TSql80Parser
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TSql80Parser _
Inherits TSqlParser
[SerializableAttribute]
public class TSql80Parser : TSqlParser
[SerializableAttribute]
public ref class TSql80Parser : public TSqlParser
[<SerializableAttribute>]
type TSql80Parser =
class
inherit TSqlParser
end
public class TSql80Parser extends TSqlParser
The TSql80Parser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TSql80Parser | Initializes a new instance of the TSql80Parser class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
QuotedIdentifier | Gets whether quoted identifier handling is on. (Inherited from TSqlParser.) |
Top
Methods
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.