Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Determines the value that indicates whether the token is a language keyword.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Function IsKeyword As Boolean
'Usage
Dim instance As TSqlParserToken
Dim returnValue As Boolean
returnValue = instance.IsKeyword()
public bool IsKeyword()
public:
bool IsKeyword()
member IsKeyword : unit -> bool
public function IsKeyword() : boolean
Return Value
Type: System.Boolean
True if the token is a language keyword otherwise; False.