AlternateSynchronizationPartner.FriendlyName Property
A friendly name for the association of Publisher, publication, and Distributor that makes up an alternate synchronization partner
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FriendlyName As String
Get
'Usage
Dim instance As AlternateSynchronizationPartner
Dim value As String
value = instance.FriendlyName
public virtual string FriendlyName { get; }
public:
virtual property String^ FriendlyName {
String^ get ();
}
abstract FriendlyName : string
override FriendlyName : string
function get FriendlyName () : String
Property Value
Type: System.String
A String value.
Implements
IAlternateSynchronizationPartner.FriendlyName
Remarks
The Alternate Synchronization Partners feature for merge replication has been deprecated.