IDesignerToolWindow.Show Method (Boolean)

 

Applies To: SQL Server 2016 Preview

Opens a windows and returns without waiting for the newly opened window to close.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

void Show(
    bool activate
)
void Show(
    bool activate
)
abstract Show : 
        activate:bool -> unit
Sub Show (
    activate As Boolean
)

Parameters

See Also

IDesignerToolWindow Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top