PivotCache.Recordset 属性

定义

返回或设置一个 Recordset 对象,该对象用作指定查询表或数据透视表缓存的数据源。

public:
 property System::Object ^ Recordset { System::Object ^ get(); void set(System::Object ^ value); };
public object Recordset { get; set; }
Public Property Recordset As Object

属性值

注解

如果此属性用于覆盖现有记录集,则更改将在方法运行时生效 Refresh()

适用于