ICommandTargetMenuService.GetCommandInfo Method (CommandID, MenuCommand)

 

Applies To: SQL Server 2016 Preview

Indicates whether the service gets a command information.

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

Syntax

bool GetCommandInfo(
    CommandID commandId,
    out MenuCommand menuCommand
)
bool GetCommandInfo(
    CommandID^ commandId,
    [OutAttribute] MenuCommand^% menuCommand
)
abstract GetCommandInfo : 
        commandId:CommandID *
        menuCommand:MenuCommand byref -> bool
Function GetCommandInfo (
    commandId As CommandID,
    <OutAttribute> ByRef menuCommand As MenuCommand
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the service gets a command information; otherwise, false.

See Also

ICommandTargetMenuService Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top