This document is archived and information here might be outdated. Recommended version. |
Set the cache data table.
[Visual Basic .NET] Public Property CacheDataTable As ITable
[C#] public ITable CacheDataTable {get; set;}
[C++]
HRESULT get_CacheDataTable(
ITable* ppCacheDataTable
);
[C++]
HRESULT putref_CacheDataTable(
ITable** ppCacheDataTable
);
[C++] Parameters ppCacheDataTable [in]
ppCacheDataTable is a parameter of type ITable* ppCacheDataTable [out, retval]
ppCacheDataTable is a parameter of type ITable**