DbSyncColumnMappingCollection 成员

表示 DbSyncColumnMapping 对象的集合。

DbSyncColumnMappingCollection 类型公开以下成员。

构造函数

  名称 说明
公共方法 DbSyncColumnMappingCollection() () () () 初始化 DbSyncColumnMappingCollection 类的一个新实例。

页首

方法

  名称 说明
公共方法 Add(T) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
公共方法 Add(String, String) 将具有指定本地和远程列名的 DbSyncColumnMapping 对象添加到集合的末尾。
公共方法 Clear() () () () (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
受保护的方法 ClearItems() () () () (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
公共方法 Contains(T) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
公共方法 CopyTo(array<T> [] () [] [], Int32) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
公共方法 Equals(Object) (继承自 Object。)
受保护的方法 Finalize() () () () (继承自 Object。)
公共方法 GetEnumerator() () () () (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
公共方法 GetHashCode() () () () (继承自 Object。)
公共方法 GetType() () () () (继承自 Object。)
公共方法 IndexOf(T) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
公共方法 IndexOfLocalColumn(String) 在给定本地列名时搜索 DbSyncColumnMapping 对象,并返回整个集合中第一个匹配项的从零开始的索引。
公共方法 IndexOfRemoteColumn(String) 在给定远程列名时搜索 DbSyncColumnMapping 对象,并返回整个集合中第一个匹配项的从零开始的索引。
公共方法 Insert(Int32, T) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
受保护的方法 InsertItem(Int32, DbSyncColumnMapping) DbSyncColumnMapping 对象插入集合中的指定索引处。 (重写 Collection< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T)。)
受保护的方法 MemberwiseClone() () () () (继承自 Object。)
公共方法 Remove(T) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
公共方法 RemoveAt(Int32) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
受保护的方法 RemoveItem(Int32) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
受保护的方法 SetItem(Int32, DbSyncColumnMapping) 替换指定索引处的 DbSyncColumnMapping 对象。 (重写 Collection< (Of < ( <'T> ) > ) >. . :: . .SetItem(Int32, T)。)
公共方法 ToString() () () () (继承自 Object。)

页首

属性

  名称 说明
公共属性 Count (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
公共属性 Item[ ( [ ( Int32] ) ] ) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
受保护的属性 Items (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)

页首

显式接口实现

  名称 说明
显式接口实现专用方法 IList. . :: . .Add(Object) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用方法 IList. . :: . .Contains(Object) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用方法 ICollection. . :: . .CopyTo(Array, Int32) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用方法 IEnumerable. . :: . .GetEnumerator() () () () (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用方法 IList. . :: . .IndexOf(Object) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用方法 IList. . :: . .Insert(Int32, Object) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用属性 IList. . :: . .IsFixedSize (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用属性 ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用属性 IList. . :: . .IsReadOnly (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用属性 ICollection. . :: . .IsSynchronized (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用属性 IList. . :: . .Item[ ( [ ( Int32] ) ] ) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用方法 IList. . :: . .Remove(Object) (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)
显式接口实现专用属性 ICollection. . :: . .SyncRoot (继承自 Collection< (Of < ( <'DbSyncColumnMapping> ) > ) >。)

页首

请参阅

参考

DbSyncColumnMappingCollection类

Microsoft.Synchronization.Data 命名空间