SubscriberType Enum

Definition

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

JetDatabase 2

Microsoft Jet version 3.5 database using ODBC without a data source name.

OdbcDataSource 1

ODBC data source.

OleDBDataSource 3

OLE DB provider or a Jet version 4.0 database persisted as a Microsoft SQL Server linked server.

SqlServer 0

SQL Server instance.

Remarks

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Applies to

See also