[Table Designer] Only show index hash options when table is memory-optimized (#1714)

This commit is contained in:
Hai Cao
2022-09-28 10:26:59 -07:00
committed by GitHub
parent af2c0c77e7
commit 04c64223e2
5 changed files with 30 additions and 46 deletions

View File

@@ -8901,14 +8901,6 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
public static string HashIndexGroupTitle
{
get
{
return Keys.GetString(Keys.HashIndexGroupTitle);
}
}
public static string TableDesignerColumnsDisplayValueTitle
{
get
@@ -13557,9 +13549,6 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string IndexBucketCountPropertyTitle = "IndexBucketCountPropertyTitle";
public const string HashIndexGroupTitle = "HashIndexGroupTitle";
public const string TableDesignerColumnsDisplayValueTitle = "TableDesignerColumnsDisplayValueTitle";