SyncTableCollection 成员

表示 SyncTable 对象的集合。

以下各表列出了由 SyncTableCollection 类型公开的成员。

公共构造函数

  名称 说明
Public method SyncTableCollection 初始化 SyncTableCollection 类的一个新实例。

顶部

公共属性

(请参阅 受保护的属性 )

  名称 说明
Public property Count  (继承自 Collection。)
Public property Item 已重载。 

顶部

受保护的属性

  名称 说明
Protected property Items  (继承自 Collection。)

顶部

公共方法

(请参阅 受保护的方法 )

  名称 说明
Public method Add 已重载。将 SyncTable 对象添加到集合的末尾。
Public method Clear  (继承自 Collection。)
Public method Contains 已重载。确定集合中是否包含特定的 SyncTable 对象。
Public method CopyTo  (继承自 Collection。)
Public method Equals  已重载。 (继承自 Object。)
Public method GetEnumerator  (继承自 Collection。)
Public method GetHashCode  (继承自 Object。)
Public method GetType  (继承自 Object。)
Public method IndexOf 已重载。搜索指定的 SyncTable 对象,并返回整个集合中第一个匹配项的从零开始的索引。
Public method Insert  (继承自 Collection。)
Public method Bb734414.static(zh-cn,SQL.105).gif ReferenceEquals  (继承自 Object。)
Public method Remove 已重载。从集合中删除特定的 SyncTable 对象的第一个匹配项。
Public method RemoveAt  (继承自 Collection。)
Public method ToString  (继承自 Object。)

顶部

受保护的方法

  名称 说明
Protected method ClearItems  (继承自 Collection。)
Protected method Finalize  (继承自 Object。)
Protected method InsertItem 已重载。 已重写。将 SyncTable 对象插入到集合中。
Protected method MemberwiseClone  (继承自 Object。)
Protected method RemoveItem  (继承自 Collection。)
Protected method SetItem 已重载。 已重写。替换一个特定的 SyncTable 对象。

顶部

显式接口实现

  名称 说明
Explicit interface implementation Method System.Collections.ICollection.CopyTo  (继承自 Collection。)
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator  (继承自 Collection。)
Explicit interface implementation Method System.Collections.IList.Add  (继承自 Collection。)
Explicit interface implementation Method System.Collections.IList.Contains  (继承自 Collection。)
Explicit interface implementation Method System.Collections.IList.IndexOf  (继承自 Collection。)
Explicit interface implementation Method System.Collections.IList.Insert  (继承自 Collection。)
Explicit interface implementation Method System.Collections.IList.Remove  (继承自 Collection。)
Explicit interface implementation Property System.Collections.Generic.ICollection.IsReadOnly  (继承自 Collection。)
Explicit interface implementation Property System.Collections.ICollection.IsSynchronized  (继承自 Collection。)
Explicit interface implementation Property System.Collections.ICollection.SyncRoot  (继承自 Collection。)
Explicit interface implementation Property System.Collections.IList.IsFixedSize  (继承自 Collection。)
Explicit interface implementation Property System.Collections.IList.IsReadOnly  (继承自 Collection。)
Explicit interface implementation Property System.Collections.IList.Item  (继承自 Collection。)

顶部

请参阅

参考

SyncTableCollection 类
Microsoft.Synchronization.Data 命名空间