This document is archived and information here might be outdated. Recommended version. |
Indicates if statistics and histograms should be computed (estimated) if none existss.
[Visual Basic .NET]
Public Property EstimateStatsHistogram As Boolean
[C#]
public bool EstimateStatsHistogram {get; set;}
[C++]
HRESULT get_EstimateStatsHistogram(
Boolean* pEstimateStatsHistogram
);
[C++]
HRESULT put_EstimateStatsHistogram(
VARIANT_BOOL pEstimateStatsHistogram
);
[C++] Parameters pEstimateStatsHistogram [out, retval]
pEstimateStatsHistogram is a parameter of type bool* pEstimateStatsHistogram [in]
pEstimateStatsHistogram is a parameter of type bool