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 alternate Publisher.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Publisher As String
Get
'Usage
Dim instance As AlternateSynchronizationPartner
Dim value As String
value = instance.Publisher
public virtual string Publisher { get; }
public:
virtual property String^ Publisher {
String^ get ();
}
abstract Publisher : string
override Publisher : string
function get Publisher () : String
Property Value
Type: System.String
A String value.
Implements
IAlternateSynchronizationPartner.Publisher
Remarks
The Alternate Synchronization Partners feature for merge replication has been deprecated.