PivotCache.Recordset Property

Definition

Returns or sets a Recordset object that’s used as the data source for the specified query table or PivotTable cache.

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

Property Value

Remarks

If this property is used to overwrite an existing recordset, the change takes effect when the Refresh() method is run.

Applies to