This document is archived and information here might be outdated. Recommended version. |
The maximum number of records to sample at a time (-1 means pull all records).
[Visual Basic .NET] Public Property SampleRate As Integer
[C#] public int SampleRate {get; set;}
[C++]
HRESULT get_SampleRate(
long maxRecords
);
[C++]
HRESULT put_SampleRate(
System.Int32* maxRecords
);
[C++]
Parameters maxRecords [in]
maxRecords is a parameter of type long maxRecords [out, retval]
maxRecords is a parameter of type long*