SyncSchemaColumns Class

Represents a collection of SyncSchemaColumn objects.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SyncSchemaColumns

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Class SyncSchemaColumns
'Usage
Dim instance As SyncSchemaColumns
public class SyncSchemaColumns
public ref class SyncSchemaColumns
type SyncSchemaColumns =  class end
public class SyncSchemaColumns

The SyncSchemaColumns type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of SyncSchemaColumn objects in the collection.
Public property Item[Int32] Gets a SyncSchemaColumn object from the collection at the specified index.
Public property Item[String] Gets a SyncSchemaColumn object from the collection when given a column name.

Top

Methods

  Name Description
Public method Add(String) Adds a SyncSchemaColumn object with the specified column name to the end of the collection.
Public method Add(String, Type) Adds a SyncSchemaColumn object with the specified column name and data type to the end of the collection.
Public method CanRemove Determines whether a specific SyncSchemaColumn object can be removed from the collection.
Public method Contains Determines whether a SyncSchemaColumn object with the specified name is in the collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the first occurrence of a SyncSchemaColumn object with the specified name from the collection.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.Data Namespace