Proprietà FriendlyName
A friendly name for the association of Publisher, publication, and Distributor that makes up an alternate synchronization partner
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property FriendlyName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value.
Implementa
Osservazioni
The Alternate Synchronization Partners feature for merge replication has been deprecated.
Vedere anche