Udostępnij za pośrednictwem


SyncDataColumnCollection Members

A collection of the names of columns from tables in the server database.

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

Public Properties

  Name Description
Public property Count Gets the number of column names in the collection.
Public property Item Gets or sets a column name in the collection at the specified index.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Add Adds a column name to the end of the collection.
Public method AddRange Adds an array of column names to the end of the collection.
Public method Clear Clears the collection of all column names.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the column name collection.
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Bb686924.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method RemoveAt Removes the column name at the specified index in the collection.
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncDataColumnCollection Class
Microsoft.Synchronization.Data.Server Namespace