SsmsInformation.CanShowCompactEditionGui Property

 

Applies To: SQL Server 2016 Preview

Gets whether to display Compact Edition GUI components.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

public static bool CanShowCompactEditionGui { get; }
public:
property bool CanShowCompactEditionGui {
    static bool get();
}
static member CanShowCompactEditionGui : bool with get
Public Shared ReadOnly Property CanShowCompactEditionGui As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

SsmsInformation Class
Microsoft.SqlServer.Management.UI.VSIntegration Namespace

Return to top