Share via


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
Bb686924.pubproperty(en-US,SQL.90).gif Count Gets the number of column names in the collection.
Bb686924.pubproperty(en-US,SQL.90).gif Item Gets or sets a column name in the collection at the specified index.

Top

Public Methods

(see also Protected Methods )

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

Top

Protected Methods

  Name Description
Bb686924.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb686924.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SyncDataColumnCollection Class
Microsoft.Synchronization.Data.Server Namespace