Replication Subscriber Constants (SQLDMO_SUBSCRIBER_TYPE)

SQL-DMO

SQL-DMO

Replication Subscriber Constants (SQLDMO_SUBSCRIBER_TYPE)

Replication Subscriber constants specify at a high level the data source target for data distributed by an instance of Microsoft® SQL Server™.

Constant Value Description
SQLDMOSubInfo_ExchangeServer 4 Type property of RegisteredSubscriber object that identifies a Microsoft Exchange Server installation persisted as a SQL Server linked server.
SQLDMOSubInfo_JetDatabase 2 Name property of RegisteredSubscriber object identifies a Microsoft Jet version 3.5 database.
SQLDMOSubInfo_ODBCDatasource 1 Name property of RegisteredSubscriber object identifies an ODBC user or system DSN.
SQLDMOSubInfo_OLEDBDatasource 3 Type property of RegisteredSubscriber object that identifies an OLE DB data source specification, or Microsoft Jet version 4.0 database persisted as a SQL Server linked server.
SQLDMOSubInfo_SQLServer 0 Name property of RegisteredSubscriber object identifies an instance of SQL Server by name.

See Also

Type Property (RegisteredSubscriber)

ValidateDataSource Method