Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the alternate synchronization partners for a subscription.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property AlternateSynchronizationPartnerCollection As IEnumerable
Get
'Usage
Dim instance As MergeSynchronizationAgent
Dim value As IEnumerable
value = instance.AlternateSynchronizationPartnerCollection
public virtual IEnumerable AlternateSynchronizationPartnerCollection { get; }
public:
virtual property IEnumerable^ AlternateSynchronizationPartnerCollection {
IEnumerable^ get ();
}
abstract AlternateSynchronizationPartnerCollection : IEnumerable
override AlternateSynchronizationPartnerCollection : IEnumerable
function get AlternateSynchronizationPartnerCollection () : IEnumerable
Property Value
Type: System.Collections.IEnumerable
The alternate synchronization partners for a subscription.
Implements
IMergeSynchronizationAgent.AlternateSynchronizationPartnerCollection