Proprietà Distributor
The name of the Distributor.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property Distributor As String
Get
'Utilizzo
Dim instance As AlternateSynchronizationPartner
Dim value As String
value = instance.Distributor
public virtual string Distributor { get; }
public:
virtual property String^ Distributor {
String^ get ();
}
abstract Distributor : string
override Distributor : string
function get Distributor () : String
Valore proprietà
Tipo: System. . :: . .String
A String value.
Implementa
Osservazioni
The Alternate Synchronization Partners feature for merge replication has been deprecated.
Vedere anche