TSqlParserToken.IsKeyword Method ()

 

Applies To: SQL Server 2016 Preview

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

public bool IsKeyword()
public:
bool IsKeyword()
member IsKeyword : unit -> bool
Public Function IsKeyword As Boolean

Return Value

Type: System.Boolean

True if the token is a language keyword otherwise; False.

See Also

TSqlParserToken Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top