Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Returns the response buffering mode for this SQLServerDataSource object.
Syntax
public java.lang.String getResponseBuffering()
Return Value
A String that contains a lower-case full or adaptive.
Remarks
The full value specifies reading the entire result from the server at run time.
The adaptive value specifies buffering the minimum possible data when necessary. The adaptive value is the default buffering mode.
For more information about using the response buffering mode, see Using Adaptive Buffering.
See Also
setResponseBuffering Method (SQLServerDataSource)
SQLServerDataSource Members
SQLServerDataSource Class