Compartilhar via


Membros DistributionPublicationCollection

Represents a collection of DistributionPublication objects.

O tipo DistributionPublicationCollection expõe os seguintes membros.

Métodos

  Nome Descrição
Método público CopyTo Copies the collection to an array. (Herdado de ReplicationBaseCollection.)
Método público CopyTo(DistributionPublicationCollection, Int32) Makes a copy of the collection.
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

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] ) ] ) Gets a DistributionPublication object in the collection by index number.
Propriedade pública Item[ ( [ ( String, String] ) ] ) Gets a DistributionPublication object in the collection by the properties that uniquely define the publication at the Distributor.
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Herdado de ReplicationBaseCollection.)

Início