Compartir a través de


SyncColumnMappingCollection Members

Contains a collection of SyncColumnMapping objects.

The following tables list the members exposed by the SyncColumnMappingCollection type.

Public Constructors

  Name Description
SyncColumnMappingCollection Initializes a new instance of the SyncColumnMappingCollection class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Bb686943.pubproperty(en-US,SQL.90).gif Count  (inherited from Collection )
Bb686943.pubproperty(en-US,SQL.90).gif Item  (inherited from Collection )

Top

Protected Properties

  Name Description
Bb686943.protproperty(en-US,SQL.90).gif Items  (inherited from Collection )

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb686943.pubmethod(en-US,SQL.90).gif Add Overloaded.  
Bb686943.pubmethod(en-US,SQL.90).gif Clear  (inherited from Collection )
Bb686943.pubmethod(en-US,SQL.90).gif Contains  (inherited from Collection )
Bb686943.pubmethod(en-US,SQL.90).gif CopyTo  (inherited from Collection )
Bb686943.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb686943.pubmethod(en-US,SQL.90).gif GetEnumerator  (inherited from Collection )
Bb686943.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb686943.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb686943.pubmethod(en-US,SQL.90).gif IndexOf  (inherited from Collection )
Bb686943.pubmethod(en-US,SQL.90).gif IndexOfClientColumn Searches for a SyncColumnMapping object when given a column name, and returns the zero-based index of the first occurrence within the entire collection.
Bb686943.pubmethod(en-US,SQL.90).gif IndexOfServerColumn Searches for a SyncColumnMapping object when given a column name. Returns the zero-based index of the first occurrence within the entire collection.
Bb686943.pubmethod(en-US,SQL.90).gif Insert  (inherited from Collection )
Bb686943.pubmethod(en-US,SQL.90).gif Bb686943.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb686943.pubmethod(en-US,SQL.90).gif Remove  (inherited from Collection )
Bb686943.pubmethod(en-US,SQL.90).gif RemoveAt  (inherited from Collection )
Bb686943.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb686943.protmethod(en-US,SQL.90).gif ClearItems  (inherited from Collection )
Bb686943.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb686943.protmethod(en-US,SQL.90).gif InsertItem Overloaded.  
Bb686943.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )
Bb686943.protmethod(en-US,SQL.90).gif RemoveItem  (inherited from Collection )
Bb686943.protmethod(en-US,SQL.90).gif SetItem Overloaded.  

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  (inherited from Collection )
System.Collections.IEnumerable.GetEnumerator  (inherited from Collection )
System.Collections.IList.Add  (inherited from Collection )
System.Collections.IList.Contains  (inherited from Collection )
System.Collections.IList.IndexOf  (inherited from Collection )
System.Collections.IList.Insert  (inherited from Collection )
System.Collections.IList.Remove  (inherited from Collection )
System.Collections.Generic.ICollection.IsReadOnly  (inherited from Collection )
System.Collections.ICollection.IsSynchronized  (inherited from Collection )
System.Collections.ICollection.SyncRoot  (inherited from Collection )
System.Collections.IList.IsFixedSize  (inherited from Collection )
System.Collections.IList.IsReadOnly  (inherited from Collection )
System.Collections.IList.Item  (inherited from Collection )

Top

See Also

Reference

SyncColumnMappingCollection Class
Microsoft.Synchronization.Data.Server Namespace