SPDataRetrievalServicesSettings 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
Public property 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.)
Public property 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.)
Public property 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.)
Public property 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.)
Public property 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.)
Public property 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPDataRetrievalServicesSettings class

Microsoft.SharePoint namespace