TokenType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum TokenType
type TokenType =
Public Enum TokenType
- 繼承
-
TokenType
欄位
| 名稱 | 值 | Description |
|---|---|---|
| Text | 0 | |
| Keyword | 1 | |
| Comment | 2 | |
| Identifier | 3 | |
| Number | 5 | |
| SqlStoredProcedure | 7 | |
| SqlSystemTable | 8 | |
| SqlSystemFunction | 9 | |
| SqlOperator | 10 | |
| SqlString | 11 | |
| SqlCmdCommand | 12 | |
| Error | 13 | |
| Delimiter | 14 |