Delen via


TSqlParserToken.IsKeyword Method

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.

See Also

Reference

TSqlParserToken Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace