ICommandTargetMenuService Interface

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

Represents a command target menu service.

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

Syntax

'Declaration
Public Interface ICommandTargetMenuService
'Usage
Dim instance As ICommandTargetMenuService
public interface ICommandTargetMenuService
public interface class ICommandTargetMenuService
type ICommandTargetMenuService =  interface end
public interface ICommandTargetMenuService

The ICommandTargetMenuService type exposes the following members.

Properties

  Name Description
Public property RootCommandTarget Gets or sets the root command target.

Top

Methods

  Name Description
Public method GetCommandInfo Indicates whether the service gets a command information.
Public method InvokeCommand Indicates whether to invoke a command.
Public method ShowContextMenu Shows the context menu.

Top

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace