_QueryTable.Recordset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Recordset object that’s used as the data source for the specified query table or PivotTable cache. Read/write.
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(Object) method is run.