TokenManager Constructor

Definition

public TokenManager (string source, Babel.ParserGenerator.IMinimalList<Babel.ParserGenerator.TokenData> tokens, System.Collections.Generic.List<int> newLines, System.Collections.Generic.List<int> batchSeparators, int compatibilityLevel);
new Microsoft.SqlServer.Management.SqlParser.Parser.TokenManager : string * Babel.ParserGenerator.IMinimalList<Babel.ParserGenerator.TokenData> * System.Collections.Generic.List<int> * System.Collections.Generic.List<int> * int -> Microsoft.SqlServer.Management.SqlParser.Parser.TokenManager
Public Sub New (source As String, tokens As IMinimalList(Of TokenData), newLines As List(Of Integer), batchSeparators As List(Of Integer), compatibilityLevel As Integer)

Parameters

source
String
newLines
List<Int32>
batchSeparators
List<Int32>
compatibilityLevel
Int32

Applies to