This topic has not yet been rated - Rate this topic

TransSynchronizationAgent.Distributor Property

Gets or sets the name of the instance of Microsoft SQL Server that is acting as the Distributor for the subscription.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
public virtual string Distributor { get; set; }

Property Value

Type: System.String
A String value that is the name of the Distributor.

Implements

ITransSynchronizationAgent.Distributor

The Distributor is the instance of SQL Server on which the snapshots are stored and on which replication history and statistics are logged.

If the DistributorNetwork and DistributorAddress properties are specified, they will be used instead of the Distributor property when connecting to the Distributor.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.