Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The name of the Distributor.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Distributor As String
Get
'Usage
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
Property Value
Type: System.String
A String value.
Implements
IAlternateSynchronizationPartner.Distributor
Remarks
The Alternate Synchronization Partners feature for merge replication has been deprecated.