IDesignerToolWindow.SetViewCommand Method (CommandID)

 

Applies To: SQL Server 2016 Preview

Opens one or more window.

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

Syntax

void SetViewCommand(
    CommandID commandID
)
void SetViewCommand(
    CommandID^ commandID
)
abstract SetViewCommand : 
        commandID:CommandID -> unit
Sub SetViewCommand (
    commandID As CommandID
)

Parameters

See Also

IDesignerToolWindow Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top