This document is archived and information here might be outdated. Recommended version. |
Data sampling options.
[Visual Basic .NET] Public Property Sampling As IDataSampling
[C#] public IDataSampling Sampling {get; set;}
[C++]
HRESULT get_Sampling(
IDataSampling* dataSampling
);
[C++]
HRESULT putref_Sampling(
IDataSampling** dataSampling
);
[C++] Parameters dataSampling [in]
dataSampling is a parameter of type IDataSampling* dataSampling [out, retval]
dataSampling is a parameter of type IDataSampling**
In implementations of ITableHistogram, the sampling property is null by default. Specify the sample method desired when utilizing the histogram if sampling is desired.