SharepointListAdapter2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类型是用于由 Coclass(托管代码需要此 Coclass 来实现 COM 互操作性)实现的 COM 接口的包装。 要访问由此接口指定的成员,请使用用于包装实现此接口的 Coclass 的类型。 有关该类型的信息(包括用法、备注和示例),请参阅SharepointListAdapterObject。
public interface class SharepointListAdapter2 : Microsoft::Office::Interop::InfoPath::SharepointListAdapter
[System.Runtime.InteropServices.Guid("096CD740-0786-11D1-95FA-0080C78EE3BB")]
public interface SharepointListAdapter2 : Microsoft.Office.Interop.InfoPath.SharepointListAdapter
type SharepointListAdapter2 = interface
interface SharepointListAdapter
Public Interface SharepointListAdapter2
Implements SharepointListAdapter
- 派生
- 属性
- 实现
属性
Name |
获取与 SharepointListAdapterObject 对象关联的数据适配器的名称。 |
QueryAllowed |
获取一个总是返回 true 的值,该值与表单定义文件 (.xsf) 中的 queryAllowed 属性相对应。 |
QueryThisFormOnly |
获取一个值,指明查询操作是否将仅应用于当前表单。 |
SiteUrl |
获取对象将查询的Windows SharePoint Services网站的SharepointListAdapterObject统一资源定位符 (URL) 。 |
SubmitAllowed |
获取始终返回 false 的值, 该值对应于表单定义文件中的 submitAllowed 属性 (.xsf) 。 |
方法
Query() |
从关联的数据适配器中读取数据。 |
Submit() |
可用于 SharepointListAdapterObject,但是,由于 SharePointListAdapter 对象仅可用于接收数据,因此该方法在该对象上调用该方法时将始终生成运行时错误。 |