Share via


DbAccessProvider 枚举 (Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db)

Specifies all possible database access providers supported by the Business Data Catalog to use to connect to the back-end database, execute commands, and retrieve results.

命名空间: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Enumeration DbAccessProvider
用法
Dim instance As DbAccessProvider
public enum DbAccessProvider

成员

  成员名称 说明
Odbc For data sources exposed using ODBC. 
OleDb For data sources exposed using OLE DB. 
Oracle For Oracle data sources. Supports Oracle client software version 8.1.7 and later. 
SqlServer Provides data access for Microsoft SQL Server version 7.0 or later. 

另请参阅

参考

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db 命名空间