SPDataRetrievalServicesSettings.EnabledOleDbProviders property

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.)

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property EnabledOleDbProviders As String()
    Get
'Usage
Dim instance As SPDataRetrievalServicesSettings
Dim value As String()

value = instance.EnabledOleDbProviders
public string[] EnabledOleDbProviders { get; }

Property value

Type: []
A string array that contains the list of OLE DB providers that are enabled, which includes DB2OLEDB, IBMDADB2, MSDAORA, OraOLEDB.Oracle, and SQLOLEDB.

See also

Reference

SPDataRetrievalServicesSettings class

SPDataRetrievalServicesSettings members

Microsoft.SharePoint namespace