SPDataRetrievalProvider.OleDbProviders property

Gets the list of OLEDB providers that are used in the Web application.

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

Syntax

'Declaration
Public ReadOnly Property OleDbProviders As Collection(Of String)
    Get
'Usage
Dim instance As SPDataRetrievalProvider
Dim value As Collection(Of String)

value = instance.OleDbProviders
public Collection<string> OleDbProviders { get; }

Property value

Type: System.Collections.ObjectModel.Collection<String>

A System.Collections.ObjectModel.Collection object that contains the list of OLEDB providers. By default, the following providers are included:

  • DB2OLEDB

  • IBMDADB2

  • MSDAORA

  • OraOLEDB.Oracle

  • SQLOLEDB

See also

Reference

SPDataRetrievalProvider class

SPDataRetrievalProvider members

Microsoft.SharePoint.Administration namespace