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