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.