SubscriberDatabasePath Property

Replication Programming

Replication Programming

SubscriberDatabasePath Property

The SubscriberDatabasePath property specifies the path to a Microsoft® Jet 4.0 database or Microsoft SQL Server™ detached database or subscription file.

Applies To

SQLDistribution Object

SQLMerge Object

Syntax

object.SubscriberDatabasePath [= value]

Part Description
object Expression that evaluates to an object in the Applies To list.
value Path to a Jet database or SQL Server detached database or subscription file.
Remarks

This is a required property if SubscriberDatasourceType is JET4_DATABASE, or if you are using the DBADDOPTION constants ATTACH_DATABASE or ATTACH_SUBSCRIPTION when calling AddSubscription.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_SubscriberDatabasePath(BSTR *pVal);

HRESULT put_SubscriberDatabasePath(BSTR newVal);

See Also

AddSubscription Method

DBADDOPTION

SubscriberDatasourceType Property