The SubscriberDatabasePath property specifies the path to a Microsoft® Jet 4.0 database or Microsoft SQL Server™ detached database or subscription file.
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. |
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.
String
Read/write
HRESULT get_SubscriberDatabasePath(BSTR *pVal);
HRESULT put_SubscriberDatabasePath(BSTR newVal);