Właściwość TransSynchronizationAgent.Distributor
Gets or sets the name of the instance of Microsoft SQL Server that is acting as the Distributor for the subscription.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
Public Overridable Property Distributor As String
Get
Set
'Użycie
Dim instance As TransSynchronizationAgent
Dim value As String
value = instance.Distributor
instance.Distributor = value
public virtual string Distributor { get; set; }
public:
virtual property String^ Distributor {
String^ get ();
void set (String^ value);
}
abstract Distributor : string with get, set
override Distributor : string with get, set
function get Distributor () : String
function set Distributor (value : String)
Wartość właściwości
Typ: System.String
A String wartość to nazwa dystrybutora.
Implementacje
Uwagi
Dystrybutor jest wystąpienie SQL Server , na którym są przechowywane migawki i na których replikacja historia i statystyki są rejestrowane.
Jeśli DistributorNetwork i DistributorAddress określone właściwość, zostaną one użyte zamiast Distributor właściwość podczas łączenia się z dystrybutorem.
Zobacz także