TSqlParserToken.IsKeyword 方法

Determines the value that indicates whether the token is a language keyword.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Function IsKeyword As Boolean
用法
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

返回值

类型:System.Boolean
True if the token is a language keyword otherwise; False.

请参阅

参考

TSqlParserToken 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间