Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the alternate synchronization partners for a subscription.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
ReadOnly Property AlternateSynchronizationPartnerCollection As IEnumerable
Get
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As IEnumerable
value = instance.AlternateSynchronizationPartnerCollection
IEnumerable AlternateSynchronizationPartnerCollection { get; }
property IEnumerable^ AlternateSynchronizationPartnerCollection {
IEnumerable^ get ();
}
abstract AlternateSynchronizationPartnerCollection : IEnumerable
function get AlternateSynchronizationPartnerCollection () : IEnumerable
Property Value
Type: System.Collections.IEnumerable
A collection of AlternateSynchronizationPartner objects.