The DistributorLocal property indicates whether or not the Microsoft® SQL Server™ installation is configured as, and is using itself as, a replication Distributor.
object.DistributorLocal
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
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.
Boolean
Read-only
HRESULT GetDistributorLocal(LPBOOL pbDistributorLocal);