ThirdParty Property (SQL-DMO)

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

Applies To

DistributionPublisher Object

Syntax

object.ThirdParty [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

If False (default), the referenced Publisher identifies a Microsoft® SQL Server™ installation.

If True, the referenced Publisher does not identify a SQL Server installation.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetThirdParty(LPBOOL pRetVal);

HRESULT SetThirdParty(BOOL NewValue);

  


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