ICommandTarget Interface

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

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

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

The ICommandTarget type exposes the following members.

Methods

  Name Description
Public method InvokeCommand Indicates a value whether the object is passed a menu command to handle.
Public method ProvideStatusForCommand Indicate a value whether the menu service needs the status of the menu command.

Top

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace