The SubscriberDatabasePath property specifies the path to a Microsoft® Jet 4.0 or Microsoft SQL Server™ database.
| SQLDistribution Object | SQLMerge Object |
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 |
This is a required property if SubscriberDatasourceType is JET4_DATABASE, or if you are using the DBOPTION ATTACH_DATABASE when calling AddSubscription or DropSubscription.
String
Read/write
HRESULT get_SubscriberDatabasePath(BSTR *pVal);
HRESULT put_SubscriberDatabasePath(BSTR newVal);
| SubscriberDatasourceType Property | AddSubscription Method |