TSql90Parser(Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TSql90Parser class.
public TSql90Parser(bool initialQuotedIdentifiers);new Microsoft.SqlServer.TransactSql.ScriptDom.TSql90Parser : bool -> Microsoft.SqlServer.TransactSql.ScriptDom.TSql90ParserPublic Sub New (initialQuotedIdentifiers As Boolean)Parameters
- initialQuotedIdentifiers
- Boolean
if set to true quoted identifiers will be on.