SubscriberType 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 types of data sources that can be a Subscriber to a publication.
public enum class SubscriberType
public enum SubscriberType
type SubscriberType =
Public Enum SubscriberType
- Inheritance
-
SubscriberType
Fields
Name | Value | Description |
---|---|---|
SqlServer | 0 | SQL Server instance. |
OdbcDataSource | 1 | ODBC data source. |
JetDatabase | 2 | Microsoft Jet version 3.5 database using ODBC without a data source name. |
OleDBDataSource | 3 | OLE DB provider or a Jet version 4.0 database persisted as a Microsoft SQL Server linked server. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.