Specifying Dropped Ledger Views folder as only valid for SQL 2022 and Azure (#1639)

This commit is contained in:
Jordan Hays
2022-08-16 14:50:41 -07:00
committed by GitHub
parent dd41236ae9
commit 0bac89eaf2
2 changed files with 4 additions and 3 deletions

View File

@@ -932,6 +932,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
NodeTypeId = NodeTypes.DroppedLedgerViews,
IsSystemObject = false,
IsMsShippedOwned = true,
ValidFor = ValidForFlag.Sql2022|ValidForFlag.AzureV12,
SortPriority = Int32.MaxValue,
});
}