共用方式為


TransSubscriptionCollection 成員

Represents a collection of TransSubscription objects.

TransSubscriptionCollection 型別公開下列成員。

方法

  名稱 描述
公用方法 CopyTo Copies the collection to an array. (繼承自 ReplicationBaseCollection。)
公用方法 CopyTo(TransSubscriptionCollection, Int32) Makes a copy of the collection.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection. (繼承自 ReplicationBaseCollection。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 InitList 基礎結構。 (繼承自 ReplicationBaseCollection。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 Refresh Refreshes the collection. (繼承自 ReplicationBaseCollection。)
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 Count Gets the number of objects in the referenced collection. (繼承自 ReplicationBaseCollection。)
公用屬性 IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe. (繼承自 ReplicationBaseCollection。)
公用屬性 Item[ ( [ ( Int32] ) ] ) Gets a TransSubscription object in the collection by index number.
公用屬性 Item[ ( [ ( String, String] ) ] ) Gets a TransSubscription object in the TransSubscriptionCollection, by SubscriberName and SubscriptionDBName properties that uniquely identify the subscription.
公用屬性 SyncRoot Gets an object that can be used to synchronize access to the collection. (繼承自 ReplicationBaseCollection。)

頂端