SPDataRetrievalProvider members
Represents data-retrieval service settings for a Web application.
The SPDataRetrievalProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDataRetrievalProvider | Reserved for internal use. |
Top
Properties
Name | Description | |
---|---|---|
DataSourceControlEnabled | Gets or sets a Boolean value that specifies whether to enable data source controls so that query requests can be processed. | |
Enabled | Gets or sets a Boolean value that specifies whether to enable data-retrieval services to process query requests. | |
MaximumResponseSize | Gets or sets the maximum size of the SOAP response that the data source returns to the data-retrieval service. | |
OleDbProviders | Gets the list of OLEDB providers that are used in the Web application. | |
RequestTimeout | Gets or sets the time in seconds before the data-retrieval service times out if the data source does not respond. | |
UpdateAllowed | Gets or sets a Boolean value that specifies whether to enable update query support. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top