Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The FriendlyName property returns or sets a display name by which the association of Publisher, publication, and Distributor that makes up an alternate sync partner can be identified.
Important : |
|---|
| The Alternate Synchronization Partners feature for merge replication has been deprecated. |
Syntaxe
object.FriendlyName [= name]
Notes
| Part | Description |
|---|---|
object |
Expression that evaluates to an AlternateSyncPartner object. |
name |
Friendly name for alternate sync partner. |
Applies To
AlternateSyncPartner Object (Replication ActiveX)
Notes
An AlternateSyncPartner Object (Replication ActiveX) object defines an alternate Publisher that a subscription referenced by the SQLMerge Object (Replication ActiveX) object can use if the primary Publisher is not available.
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT FriendlyName(BSTR pVal);
HRESULT FriendlyName(BSTR* pVal);
Voir aussi
Référence
SQLMerge Object (Replication ActiveX)
Important :