ThirdParty Property

SQL-DMO

SQL-DMO

ThirdParty Property

The ThirdParty property specifies the product acting as a replication Publisher.

Applies To
DistributionPublisher Object
Syntax

object.ThirdParty [= value]

Parts

object

Expression that evaluates to an object in the Applies To list

value

TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetThirdParty(LPBOOL pRetVal);

HRESULT SetThirdParty(BOOL NewValue);

Remarks

If FALSE (default), the referenced Publisher identifies an instance of Microsoft® SQL Server™ 2000.

If TRUE, the referenced Publisher does not identify an instance of SQL Server.