The ThirdParty property specifies the product acting as a replication Publisher.
object.ThirdParty [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | True or False |
If False (default), the referenced Publisher identifies a Microsoft® SQL Server™ installation.
If True, the referenced Publisher does not identify a SQL Server installation.
Boolean
Read/write
HRESULT GetThirdParty(LPBOOL pRetVal);
HRESULT SetThirdParty(BOOL NewValue);