Este tema aún no ha recibido ninguna valoración - Valorar este tema

Clase MergePullSubscriptionCollection

Represents a collection of MergePullSubscription objects.

System..::..Object
  Microsoft.SqlServer.Replication..::..ReplicationBaseCollection
    Microsoft.SqlServer.Replication..::..MergePullSubscriptionCollection

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
public sealed class MergePullSubscriptionCollection : ReplicationBaseCollection

El tipo MergePullSubscriptionCollection expone los siguientes miembros.

  NombreDescripción
Propiedad públicaCountGets the number of objects in the referenced collection. (Se hereda de ReplicationBaseCollection.)
Propiedad públicaIsSynchronizedGets whether or not access to the collection is synchronized and is therefore thread-safe. (Se hereda de ReplicationBaseCollection.)
Propiedad públicaItem[([(Int32])])Gets a MergePullSubscription object in the collection by index number.
Propiedad públicaItem[([(String, String, String])])Gets a MergePullSubscription object in the collection by the PublisherName, PublicationDBName, and PublicationName properties that uniquely identify the pull subscription.
Propiedad públicaSyncRootGets an object that can be used to synchronize access to the collection. (Se hereda de ReplicationBaseCollection.)
Arriba
  NombreDescripción
Método públicoCopyTo(Array, Int32)Copies the collection to an array. (Se hereda de ReplicationBaseCollection.)
Método públicoCopyTo(MergePullSubscriptionCollection, Int32)Makes a copy of the collection.
Método públicoEquals (Se hereda de Object.)
Método protegidoFinalize (Se hereda de Object.)
Método públicoGetEnumeratorGets an enumerator that is used to iterate through the objects in a collection. (Se hereda de ReplicationBaseCollection.)
Método públicoGetHashCode (Se hereda de Object.)
Método públicoGetType (Se hereda de Object.)
Método protegidoInitListInfraestructura. (Se hereda de ReplicationBaseCollection.)
Método protegidoMemberwiseClone (Se hereda de Object.)
Método públicoRefreshRefreshes the collection. (Se hereda de ReplicationBaseCollection.)
Método públicoToString (Se hereda de Object.)
Arriba

A MergePullSubscription object in the collection can be accessed from the Item()()()() property using an [Int32] index value or using a [String, String, String] index value that is composed of the PublisherName, PublicationDBName, and PublicationName properties that define the pull subscription.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.