mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-08 17:25:08 -05:00
[Table Designer] support hash index and column store index (#1672)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
//
|
||||
|
||||
namespace Microsoft.SqlTools.ServiceLayer.TableDesigner.Contracts
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a component/property with tab info in the table designer
|
||||
/// </summary>
|
||||
public class DesignerDataPropertyWithTabInfo : DesignerDataPropertyInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// The tab of the property
|
||||
/// </summary>
|
||||
public string Tab { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user