Aracılığıyla paylaş


SPDataRetrievalProvider.MaximumResponseSize Property

Gets or sets the maximum size of the SOAP response that the data source returns to the data-retrieval service.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property MaximumResponseSize As Integer
    Get
    Set
'Usage
Dim instance As SPDataRetrievalProvider
Dim value As Integer

value = instance.MaximumResponseSize

instance.MaximumResponseSize = value
public int MaximumResponseSize { get; set; }

Property Value

Type: System.Int32
A 32-bit integer that specifies the size in bytes. The default value is 10000.

Remarks

The MaximumResponseSize property applies to the OLEDB data-retrieval service.

See Also

Reference

SPDataRetrievalProvider Class

SPDataRetrievalProvider Members

Microsoft.SharePoint.Administration Namespace