The DistributorLocal property indicates whether or not an instance of Microsoft® SQL Server™ is configured as, and is using itself as, a replication Distributor.
object.DistributorLocal
object
Expression that evaluates to an object in the Applies To list
Boolean
Read-only
HRESULT GetDistributorLocal(LPBOOL pbDistributorLocal);
If TRUE, an instance of SQL Server is configured as, and is using itself as, a replication Distributor.
If FALSE, an instance of SQL Server is not using itself as a Distributor.