The DistributorInstalled property indicates that the Microsoft® SQL Server™ installation has been configured to use a replication Distributor.
object.DistributorInstalled
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
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.
Boolean
Read-only
HRESULT GetDistributorInstalled(LPBOOL pRetVal);