SubscriberDatabasePath Property (Replication)

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

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 or SQL Server database

Remarks

This is a required property if SubscriberDatasourceType is JET4_DATABASE, or if you are using the DBOPTION ATTACH_DATABASE when calling AddSubscription or DropSubscription.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_SubscriberDatabasePath(BSTR *pVal);

HRESULT put_SubscriberDatabasePath(BSTR newVal);

See Also
SubscriberDatasourceType Property AddSubscription Method

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.