Condividi tramite


DistributorLocal Property

Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

The DistributorLocal property indicates whether an instance of Microsoft SQL Server is configured as, and is using itself as, a replication Distributor.

Sintassi

object.DistributorLocal

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetDistributorLocal(LPBOOL pbDistributorLocal);

Osservazioni

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.

Applies To: