Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.