Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Rückgabewert
Typ: System.Boolean
True if the token is a language keyword otherwise; False.