ICommandTargetMenuService 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents a command target menu service.
命名空间: Microsoft.DataWarehouse.Interfaces
程序集: Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)
语法
声明
Public Interface ICommandTargetMenuService
用法
Dim instance As ICommandTargetMenuService
public interface ICommandTargetMenuService
public interface class ICommandTargetMenuService
type ICommandTargetMenuService = interface end
public interface ICommandTargetMenuService
ICommandTargetMenuService 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
RootCommandTarget | Gets or sets the root command target. |
页首
方法
名称 | 说明 | |
---|---|---|
GetCommandInfo | Indicates whether the service gets a command information. | |
InvokeCommand | Indicates whether to invoke a command. | |
ShowContextMenu | Shows the context menu. |
页首