Share via


ICommandTarget.InvokeCommand Method (MenuCommand)

 

Applies To: SQL Server 2016 Preview

Indicates a value whether the object is passed a menu command to handle.

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

Syntax

bool InvokeCommand(
    MenuCommand menuCommand
)
bool InvokeCommand(
    MenuCommand^ menuCommand
)
abstract InvokeCommand : 
        menuCommand:MenuCommand -> bool
Function InvokeCommand (
    menuCommand As MenuCommand
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the command has been handled; otherwise, false.

See Also

ICommandTarget Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top