Classe MergeSubscriptionCollection

Representa uma coleção de objetos MergeSubscription.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public NotInheritable Class MergeSubscriptionCollection _
    Inherits ReplicationBaseCollection
'Uso
Dim instance As MergeSubscriptionCollection
public sealed class MergeSubscriptionCollection : ReplicationBaseCollection
public ref class MergeSubscriptionCollection sealed : public ReplicationBaseCollection
[<SealedAttribute>]
type MergeSubscriptionCollection =  
    class
        inherit ReplicationBaseCollection
    end
public final class MergeSubscriptionCollection extends ReplicationBaseCollection

O tipo MergeSubscriptionCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of objects in the referenced collection. (Herdado de ReplicationBaseCollection.)
Propriedade pública IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe. (Herdado de ReplicationBaseCollection.)
Propriedade pública Item[ ( [ ( Int32] ) ] ) Obtém um objeto MergeSubscription da coleção por número de índice.
Propriedade pública Item[ ( [ ( String, String] ) ] ) Obtém um objeto MergeSubscription em MergeSubscriptionCollection pelas propriedades SubscriberName e SubscriptionDBName que identificam exclusivamente a assinatura.
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Herdado de ReplicationBaseCollection.)

Início

Métodos

  Nome Descrição
Método público CopyTo(Array, Int32) Copies the collection to an array. (Herdado de ReplicationBaseCollection.)
Método público CopyTo(MergeSubscriptionCollection, Int32) Faz uma cópia da coleção.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection. (Herdado de ReplicationBaseCollection.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido InitList Infraestrutura. (Herdado de ReplicationBaseCollection.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público Refresh Refreshes the collection. (Herdado de ReplicationBaseCollection.)
Método público ToString (Herdado de Object.)

Início

Comentários

A MergeSubscription object in the collection can be accessed from the Item()()()() property using an [Int32] index value or using a [String, String] index value that is composed of the SubscriberName and SubscriptionDBName properties that define the push 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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência