SynchronizationPartner Members
Include Protected Members
Include Inherited Members
Represents an alternate Publisher used to synchronize a subscription to a merge publication.
The SynchronizationPartner type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SynchronizationPartner() | Creates a new instance of the SynchronizationPartner class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets a description for the alternate Publisher. | |
Distributor | Gets or sets the name of the Distributor. | |
Enabled | Gets or sets whether or not this Publisher is enabled as an alternate synchronization partner. | |
Publication | Gets or sets the name of the publication. | |
PublicationDB | Gets or sets the name of the publication database. | |
Publisher | Gets or sets the name of the alternate Publisher. | |
UserData | Gets or sets an object property that allows users to attach their own data to this object. |
Top