ICommandTargetMenuService Interface

 

Applies To: SQL Server 2016 Preview

Represents a command target menu service.

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

Syntax

public interface ICommandTargetMenuService
public interface class ICommandTargetMenuService
type ICommandTargetMenuService = interface end
Public Interface ICommandTargetMenuService

Properties

Name Description
System_CAPS_pubproperty RootCommandTarget

Gets or sets the root command target.

Methods

Name Description
System_CAPS_pubmethod GetCommandInfo(CommandID, MenuCommand)

Indicates whether the service gets a command information.

System_CAPS_pubmethod InvokeCommand(CommandID)

Indicates whether to invoke a command.

System_CAPS_pubmethod ShowContextMenu(CommandID, Int32, Int32)

Shows the context menu.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top