Research 接口

定义

代表 Research 查询的控件。

public interface class Research
[System.Runtime.InteropServices.Guid("000244AC-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Research
Public Interface Research
属性

注解

使用 “研究” 查询时,必须具有与实时数据源对应的现有 GUID 。 如果相应数据源不可用或不存在,将发生运行时错误。

属性

Application

在没有对象限定符的情况下使用时,此属性返回一个 _Application 表示 Microsoft Office Excel 应用程序的 对象。 与对象限定符一起使用时,此属性返回一个 Application 对象,表示指定对象的创建者。 此为只读属性。

Creator

返回一个 32 位 Integer ,指示创建此对象时所使用的应用程序。 此为只读属性。

Parent

返回指定对象的父级。 此为只读属性。

方法

IsResearchService(String)

指示 ServiceID 参数中指定的 GUID 是否与当前配置的服务相对应。

Query(String, Object, Object, Object, Object)

指定一个检索查询。

SetLanguagePair(Int32, Int32)

为翻译服务设置语言。

适用于