You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SqlScriptDom/Parser/TSql/Ast.xml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4600,6 +4600,13 @@
4600
4600
<MemberName="OnFileGroupOrPartitionScheme"Type="FileGroupOrPartitionScheme"Summary="The filegroup or partition scheme. Might be null."/>
4601
4601
<MemberName="OrderedColumns"Type="ColumnReferenceExpression"Collection="true"Summary="The columns which ordered columnstore indexes should be ordered on." />
4602
4602
</Class>
4603
+
<ClassName="CreateJsonIndexStatement"Base="IndexStatement"Summary="Represents the create JSON index statement.">
<MemberName="JsonColumn"Type="Identifier"Summary="The JSON column for the index."/>
4607
+
<MemberName="ForJsonPaths"Type="StringLiteral"Collection="true"Summary="The JSON paths specified in the FOR clause. Optional may have zero elements."/>
0 commit comments