SPDataRetrievalServicesSettings Members
Include Protected Members
Include Inherited Members
Obsolete. Use the SPDataRetrievalProvider class to access the data-retrieval service settings for a Web application instead. (In Windows SharePoint Services 2.0, the SPDataRetrievalServucesSettings class represented the data-retrieval service settings that are used on a virtual server.)
The SPDataRetrievalServicesSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
DataSourceControlEnabled | Obsolete. Use the DataSourceControlEnabled property of the Microsoft.SharePoint.Administration.SPDataRetrievalProvider class to specify whether to enable data source controls so that query requests can be processed. (In Windows SharePoint Services 2.0, the DataSourceControlEnabled property returned a Boolean value that indicated whether data source controls are enabled in the SharePoint Foundation deployment, and is maintained for backward compatibility.) | |
EnabledOleDbProviders | Obsolete. Use the OleDbProviders property of the Microsoft.SharePoint.Administration.SPDataRetrievalProvider class to get the list of OLEDB providers that are used in the Web application. (In Windows SharePoint Services 2.0, the EnabledOleDbProviders property returned the names of OLE DB providers that are enabled in the SharePoint Foundation deployment, and is maintained for backward compatibility.) | |
MaxResponseSize | Obsolete. Use the MaximumResponseSize property of the Microsoft.SharePoint.Administration.SPDataRetrievalProvider class to specify the maximum size of the SOAP response that the data source returns to the data-retrieval service. (In Windows SharePoint Services 2.0, the MaxResponseSize property returned the maximum size in kilobytes for responses that are returned from the data retrieval service adapter that is used in the SharePoint Foundation deployment, and is maintained for backward compatibility.) | |
RequestTimeout | Obsolete. Use the RequestTimeout property of the Microsoft.SharePoint.Administration.SPDataRetrievalProvider class to specify the time in seconds before the data-retrieval service times out if the data source does not respond. (In Windows SharePoint Services 2.0, the RequestTimeout property returned the number of seconds that transpire before requests that are made to the data source time out, and is maintained for backward compatibility.) | |
ServicesEnabled | Obsolete. Use the Enabled property of the Microsoft.SharePoint.Administration.SPDataRetrievalProvider class to specify whether to enable data-retrieval services to process query requests. (In Windows SharePoint Services 2.0, the ServicesEnabled property returned a Boolean value that indicated whether data retrieval services are enabled in the SharePoint Foundation deployment, and is maintained for backward compatibility.) | |
UpdateAllowed | Obsolete. Use the UpdateAllowed property of the Microsoft.SharePoint.Administration.SPDataRetrievalProvider class to specify whether to enable update query support. (In Windows SharePoint Services 2.0, the UpdateAllowed property returned a Boolean value that indicated whether a data retrieval service adapter can run queries that update the database, and is maintained for backward compatibility.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top