Enum MsSqlNodeType
Defines types of syntax nodes used to create a hierarchical tree view that examines code text as a collection of syntax members. Intended to use with Sql language.
public enum MsSqlNodeType
Fields
AccountAttribute = 96
AddStatement = 39
AdditiveExpression = 74
AliasAttribute = 97
Alter = 3
AlterStatement = 41
AlterTable = 33
AlterUser = 32
AndExpression = 76
ArgumentList = 71
Attribute = 95
AutoCommitAttribute = 99
CheckStatement = 44
ColumnAlias = 93
ColumnList = 66
ColumnName = 92
Commit = 18
Compact = 19
ComputeStatement = 48
ContraintName = 94
Create = 2
CreateSchema = 29
CreateSequence = 31
CreateTable = 27
CreateUser = 30
CreateView = 28
DatabaseObjectAttribute = 103
DefaultStatement = 57
Delete = 11
DeleteStatement = 58
Describe = 15
Drop = 4
DropSchema = 35
DropSequence = 37
DropStatement = 40
DropTable = 38
DropUser = 36
DropView = 34
EqualityExpression = 81
ExecuteProc = 8
Expression = 72
ExpressionList = 73
ForStatement = 49
ForeignKeyStatement = 43
FromStatement = 50
Grant = 16
GroupbyStatement = 54
HavingStatement = 51
IdentifierList = 65
InExpression = 79
Insert = 9
IntoStatement = 55
InvocationExpression = 85
IsolationLevelAttribute = 100
LikeExpression = 78
LimitStatement = 47
MemberAccessExpression = 86
MultiplicativeExpression = 77
None = 0
OldOuterJoinAttribute = 105
OptionStatement = 52
OrExpression = 75
OrderbyStatement = 53
ParenthesizedExpression = 87
PasswordAttribute = 98
PredicateStatement = 62
PrefixedUnaryExpression = 83
PrimaryExpression = 82
PrimaryKeyAttribute = 102
PrimaryKeyStatement = 42
PrivilegesList = 68
QueryHint = 22
QueryHintStatement = 56
QuerySpecification = 7
ReferenceStatement = 60
RelationalExpression = 80
Revoke = 17
Roolback = 20
SchemaName = 90
SearchCondition = 26
SearchConditionList = 70
SelectItem = 25
SelectList = 67
SelectQuery = 5
SelectSubQuery = 6
Set = 12
SetStatement = 61
Show = 13
Shutdown = 21
TableAlias = 89
TableHint = 23
TableHintIndex = 24
TableName = 88
TableSourceStatement = 63
Top = 14
TriggerAttribute = 104
TypeAttribute = 101
UnaryExpression = 84
UniqueStatement = 45
Unit = 1
Update = 10
UpdateStatement = 59
UserList = 69
VariableName = 91
WhereStatement = 46
WithStatement = 64