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

Clase MergePublicationCollection

Represents a collection of MergePublication objects.

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

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

El tipo MergePublicationCollection 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 MergePublication object in the collection by index number.
Propiedad públicaItem[([(String])])Gets a MergePublication object in the collection by name.
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(MergePublicationCollection, 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 MergePublication object in the collection can be accessed from the Item()()()() property using an [Int32] index value or using a [String] index value that is the Name property of the publication.

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.