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)
Available in Sandboxed Solutions: No
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