ICommandTargetMenuService.InvokeCommand Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Indicates whether to invoke a command.

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

Syntax

'Declaration
Function InvokeCommand ( _
    commandID As CommandID _
) As Boolean
'Usage
Dim instance As ICommandTargetMenuService 
Dim commandID As CommandID 
Dim returnValue As Boolean 

returnValue = instance.InvokeCommand(commandID)
bool InvokeCommand(
    CommandID commandID
)
bool InvokeCommand(
    CommandID^ commandID
)
abstract InvokeCommand : 
        commandID:CommandID -> bool
function InvokeCommand(
    commandID : CommandID
) : boolean

Parameters

Return Value

Type: System.Boolean
true to invoke a command; otherwise, false.

See Also

Reference

ICommandTargetMenuService Interface

Microsoft.DataWarehouse.Interfaces Namespace