Interfaz ICommandTarget
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the target element on which to raise the specified command.
Espacio de nombres: Microsoft.DataWarehouse.Interfaces
Ensamblado: Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Sintaxis
'Declaración
Public Interface ICommandTarget
'Uso
Dim instance As ICommandTarget
public interface ICommandTarget
public interface class ICommandTarget
type ICommandTarget = interface end
public interface ICommandTarget
El tipo ICommandTarget expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
InvokeCommand | Indicates a value whether the object is passed a menu command to handle. | |
ProvideStatusForCommand | Indicate a value whether the menu service needs the status of the menu command. |
Arriba