DataSourceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the data sources supported as replication Subscribers.
public enum class DataSourceType
public enum DataSourceType
type DataSourceType =
Public Enum DataSourceType
- Inheritance
-
DataSourceType
Fields
Name | Value | Description |
---|---|---|
SqlServer | 0 | Microsoft SQL Server Subscriber |
OdbcDsn | 1 | ODBC data source Subscriber |
Jet4Database | 2 | Microsoft Jet 4.0 (Access) database Subscriber |
OleDBDataSource | 3 | OLE DB data source Subscriber |
Exchange | 4 | Microsoft Exchange Subscriber |
Oracle | 5 | Oracle database Subscriber |
DB2Universal | 6 | DB2 Universal database Subscriber |
SqlServerCE | 7 | Microsoft SQL Server Compact Subscriber |
XmlDataSource | 8 | XML data source Subscriber |