mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-15 17:23:32 -05:00
Adding Indexes of all types to OE indexes folder (#557)
This commit is contained in:
@@ -1319,6 +1319,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
||||
NodeType = "Folder",
|
||||
NodeTypeId = NodeTypes.Keys,
|
||||
IsSystemObject = false,
|
||||
ValidFor = ValidForFlag.NotSqlDw,
|
||||
SortPriority = SmoTreeNode.NextSortPriority,
|
||||
});
|
||||
currentChildren.Add(new FolderNode {
|
||||
@@ -1602,7 +1603,9 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
||||
ValidFor = ValidForFlag.Sql2016|ValidForFlag.Sql2017|ValidForFlag.AzureV12,
|
||||
Values = new List<object>
|
||||
{
|
||||
{ IndexKeyType.None }
|
||||
{ IndexKeyType.None },
|
||||
{ IndexKeyType.DriPrimaryKey },
|
||||
{ IndexKeyType.DriUniqueKey }
|
||||
}
|
||||
});
|
||||
return filters;
|
||||
|
||||
Reference in New Issue
Block a user