다음을 통해 공유


SubscriberDatabasePath Property (Replication ActiveX)

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

ms147329.note(ko-kr,SQL.90).gif중요:
Support has been dropped for Jet 4.0 (Microsoft Access) Subscribers to merge publications

구문

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.

Applies To

SQLDistribution Object (Replication ActiveX)

SQLMerge Object (Replication ActiveX)

주의

This is a required property if you are using the DBADDOPTION (Replication ActiveX) constants ATTACH_DATABASE or ATTACH_SUBSCRIPTION when calling AddSubscription Method (Replication ActiveX).

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_SubscriberDatabasePath(BSTR *pVal);
HRESULT put_SubscriberDatabasePath(BSTR newVal);

참고 항목

참조

SubscriberDatasourceType Property (Replication ActiveX)

도움말 및 정보

SQL Server 2005 지원 받기