MaxResultSet Property

This property specifies the maximum size of the result set for a requested query.

IDL Definition

[propget] 
HRESULT MaxResultSet([out, retval] VARIANT* pData);
[propput]
HRESULT MaxResultSet([in] VARIANT Data);

Type

VT_I4 (integer)

Remarks

This property is in units of kilobytes. (KB)

Example


© 1997-1998 Microsoft Corporation. All rights reserved.