DistributorInstalled Property (SQL-DMO)

The DistributorInstalled property indicates that the Microsoft® SQL Server™ installation has been configured to use a replication Distributor.

Applies To

Distributor Object

Syntax

object.DistributorInstalled

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

If True, the SQL Server installation has been correctly configured to act as, or use, a replication Distributor.

If False, the SQL Server installation has not been configured to act as, or use, a replication Distributor.

When DistributorInstalled returns True, use the DistributorLocal property to determine whether the SQL Server installation is a replication Distributor.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetDistributorInstalled(LPBOOL pRetVal);

  


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