Share via


ItemField Members

Represents the way in which an item is identified when changes are applied to a destination.

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

Public Constructors

  Name Description
Public method ItemField Initializes a new instance of the ItemField class that contains a field ID, a field type, and a metadata value for the field.

Top

Public Properties

  Name Description
Public property FieldId An integer ID for the field.
Public property FieldSize Gets the size associated with the field, such as the length of the string or byte array that it will store.
Public property FieldType Gets the data type of the field.
Public property Value Gets the metadata value that is stored in the item field.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals Overloaded. Overridden. Determines whether a ItemField object is equal to a particular value.
Public method GetHashCode Overridden. Serves as a hash function for a ItemField. This is suitable for use in hashing algorithms and data structures such as a hash table.
Public method GetType  (Inherited from Object.)
Public method Dd937249.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
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

ItemField Class
Microsoft.Synchronization.SimpleProviders Namespace