DistributorLocal Property (SQL-DMO)

The DistributorLocal property indicates whether or not the Microsoft® SQL Server™ installation is configured as, and is using itself as, a replication Distributor.

Applies To

Distributor Object

Syntax

object.DistributorLocal

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

Remarks

If True, the SQL Server installation is configured as, and is using itself as, a replication Distributor.

If False, the SQL Server installation is not using itself as a Distributor.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetDistributorLocal(LPBOOL pbDistributorLocal);

  


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