Share via


SqlSyncFieldValue Class

Represents the value of a custom field of an item.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.MetadataStorage.SyncFieldValue
    Microsoft.Synchronization.MetadataStorage.SqlSyncFieldValue

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

Syntax

'Declaration
Public Class SqlSyncFieldValue _
    Inherits SyncFieldValue
'Usage
Dim instance As SqlSyncFieldValue
public class SqlSyncFieldValue : SyncFieldValue
public ref class SqlSyncFieldValue : public SyncFieldValue
type SqlSyncFieldValue =  
    class
        inherit SyncFieldValue
    end
public class SqlSyncFieldValue extends SyncFieldValue

The SqlSyncFieldValue type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetByte Gets the value of the custom field. (Overrides SyncFieldValue.GetByte().)
Public method GetBytes Gets the value of the custom field. (Overrides SyncFieldValue.GetBytes().)
Public method GetGuid Gets the value of the custom field. (Overrides SyncFieldValue.GetGuid().)
Public method GetHashCode (Inherited from Object.)
Public method GetString Gets the value of the custom field. (Overrides SyncFieldValue.GetString().)
Public method GetType (Inherited from Object.)
Public method GetUInt16 Gets the value of the custom field. (Overrides SyncFieldValue.GetUInt16().)
Public method GetUInt32 Gets the value of the custom field. (Overrides SyncFieldValue.GetUInt32().)
Public method GetUInt64 Gets the value of the custom field. (Overrides SyncFieldValue.GetUInt64().)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

This class is used by OnItemMetadataDeserialized when a SqlSyncMetadataStoreSerializer class is used to deserialize metadata. This class represents a custom field that is contained in the serialized data but that is not contained in the upgraded metadata schema.

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.MetadataStorage Namespace