TSqlParser.Create(SqlVersion, Boolean) Method
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.
Creates a TSqlParser for the specified version.
public Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParser Create (Microsoft.SqlServer.TransactSql.ScriptDom.SqlVersion tsqlParserVersion, bool initialQuotedIdentifiers);
member this.Create : Microsoft.SqlServer.TransactSql.ScriptDom.SqlVersion * bool -> Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParser
Public Function Create (tsqlParserVersion As SqlVersion, initialQuotedIdentifiers As Boolean) As TSqlParser
Parameters
- tsqlParserVersion
- SqlVersion
The parser version to use.
- initialQuotedIdentifiers
- Boolean
if set to true
quoted identifiers will be on.