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 TSql90 parser.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Parser
Microsoft.Data.Schema.ScriptDom.Sql.TSqlParser
Microsoft.Data.Schema.ScriptDom.Sql.TSql90Parser
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TSql90Parser _
Inherits TSqlParser
[SerializableAttribute]
public class TSql90Parser : TSqlParser
[SerializableAttribute]
public ref class TSql90Parser : public TSqlParser
[<SerializableAttribute>]
type TSql90Parser =
class
inherit TSqlParser
end
public class TSql90Parser extends TSqlParser
The TSql90Parser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TSql90Parser | Initializes a new instance of the TSql90Parser 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.