ICommandTargetMenuService.InvokeCommand Method (CommandID)

 

Applies To: SQL Server 2016 Preview

Indicates whether to invoke a command.

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

Syntax

bool InvokeCommand(
    CommandID commandID
)
bool InvokeCommand(
    CommandID^ commandID
)
abstract InvokeCommand : 
        commandID:CommandID -> bool
Function InvokeCommand (
    commandID As CommandID
) As Boolean

Parameters

Return Value

Type: System.Boolean

true to invoke a command; otherwise, false.

See Also

ICommandTargetMenuService Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top