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 네임스페이스