mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-11 18:48:36 -05:00
[Table Designer] Only show index hash options when table is memory-optimized (#1714)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
|
||||
@@ -4867,10 +4867,6 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<value>Bucket Count</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="HashIndexGroupTitle" xml:space="preserve">
|
||||
<value>Hash Index</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="TableDesignerColumnsDisplayValueTitle" xml:space="preserve">
|
||||
<value>Columns</value>
|
||||
<comment></comment>
|
||||
|
||||
@@ -2302,7 +2302,6 @@ IndexIsHashPropertyDescription = Whether the index is a hash index
|
||||
IndexIsHashPropertyTitle = Is Hash
|
||||
IndexBucketCountPropertyDescription = Bucket count of the hash index, note the value will always automatically round up to the next power of 2.
|
||||
IndexBucketCountPropertyTitle = Bucket Count
|
||||
HashIndexGroupTitle = Hash Index
|
||||
TableDesignerColumnsDisplayValueTitle = Columns
|
||||
ColumnStoreIndexNamePropertyTitle = Name
|
||||
ColumnStoreIndexNamePropertyDescription = Name of the columnstore index
|
||||
|
||||
@@ -6397,11 +6397,6 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">Bucket Count</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexGroupTitle">
|
||||
<source>Hash Index</source>
|
||||
<target state="new">Hash Index</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
|
||||
Reference in New Issue
Block a user