SyncColumnMappingCollection Miembros
Contiene una colección de objetos SyncColumnMapping.
El tipo SyncColumnMappingCollection expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
SyncColumnMappingCollection() () () () | Inicializa una nueva instancia de la clase SyncColumnMappingCollection. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Add(T) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
Add(String, String) | Agrega un objeto SyncColumnMapping a la colección al especificar un nombre de columna del servidor y un nombre de columna del cliente. | |
Clear() () () () | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
ClearItems() () () () | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
Contains(T) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
CopyTo(array<T> [] () [] [], Int32) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
Equals(Object) | (Se hereda de Object). | |
Finalize() () () () | (Se hereda de Object). | |
GetEnumerator() () () () | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
GetHashCode() () () () | (Se hereda de Object). | |
GetType() () () () | (Se hereda de Object). | |
IndexOf(T) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
IndexOfClientColumn(String) | Busca un objeto SyncColumnMapping al especificar un nombre de columna y devuelve el índice de base cero de la primera aparición en la colección. | |
IndexOfServerColumn(String) | Busca un objeto SyncColumnMapping al especificar un nombre de columna. Devuelve el índice de base cero de la primera aparición en la colección. | |
Insert(Int32, T) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
InsertItem(Int32, SyncColumnMapping) | Inserta un objeto SyncColumnMapping en la colección, en el índice especificado. (Invalida Collection< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T).) | |
MemberwiseClone() () () () | (Se hereda de Object). | |
Remove(T) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
RemoveAt(Int32) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
RemoveItem(Int32) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
SetItem(Int32, SyncColumnMapping) | Reemplaza el objeto SyncColumnMapping que se encuentra en el índice especificado. (Invalida Collection< (Of < ( <'T> ) > ) >. . :: . .SetItem(Int32, T).) | |
ToString() () () () | (Se hereda de Object). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Count | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
Item[ ( [ ( Int32] ) ] ) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
Items | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). |
Principio
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IList. . :: . .Add(Object) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
IList. . :: . .Contains(Object) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
ICollection. . :: . .CopyTo(Array, Int32) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
IEnumerable. . :: . .GetEnumerator() () () () | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
IList. . :: . .IndexOf(Object) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
IList. . :: . .Insert(Int32, Object) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
IList. . :: . .IsFixedSize | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
IList. . :: . .IsReadOnly | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
ICollection. . :: . .IsSynchronized | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
IList. . :: . .Item[ ( [ ( Int32] ) ] ) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
IList. . :: . .Remove(Object) | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). | |
ICollection. . :: . .SyncRoot | (Se hereda de Collection< (Of < ( <'SyncColumnMapping> ) > ) >). |
Principio