ICommandTarget Interface

 

Applies To: SQL Server 2016 Preview

Represents the target element on which to raise the specified command.

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod InvokeCommand(MenuCommand)

Indicates a value whether the object is passed a menu command to handle.

System_CAPS_pubmethod ProvideStatusForCommand(MenuCommand)

Indicate a value whether the menu service needs the status of the menu command.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top