Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the TSqlParserToken class with the specified type, offset, text, line and column of the token.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Sub New ( _
type As TSqlTokenType, _
offset As Integer, _
text As String, _
line As Integer, _
column As Integer _
)
'Utilisation
Dim type As TSqlTokenType
Dim offset As Integer
Dim text As String
Dim line As Integer
Dim column As Integer
Dim instance As New TSqlParserToken(type, offset, _
text, line, column)
public TSqlParserToken(
TSqlTokenType type,
int offset,
string text,
int line,
int column
)
public:
TSqlParserToken(
TSqlTokenType type,
int offset,
String^ text,
int line,
int column
)
new :
type:TSqlTokenType *
offset:int *
text:string *
line:int *
column:int -> TSqlParserToken
public function TSqlParserToken(
type : TSqlTokenType,
offset : int,
text : String,
line : int,
column : int
)
Paramètres
- type
Type : Microsoft.SqlServer.TransactSql.ScriptDom.TSqlTokenType
The token type.
- offset
Type : System.Int32
The token offset.
- text
Type : System.String
The token text.
- line
Type : System.Int32
The token line.
- column
Type : System.Int32
The token column.