Compartilhar via


Método TSqlParserToken.IsKeyword

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Function IsKeyword As Boolean
'Uso
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

Valor de retorno

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

Consulte também

Referência

TSqlParserToken Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom