Share via


TupleCache.QueryCache Property

OLAP Query Cache.Represents the element tag in schema: x:queryCache

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property QueryCache As QueryCache
    Get
    Set
'Usage
Dim instance As TupleCache
Dim value As QueryCache

value = instance.QueryCache

instance.QueryCache = value
public QueryCache QueryCache { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.QueryCache
Returns QueryCache.

See Also

Reference

TupleCache Class

TupleCache Members

DocumentFormat.OpenXml.Spreadsheet Namespace