SqlSyncFieldValue Class

Represents the value of a custom field of an item.

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
public class SqlSyncFieldValue extends SyncFieldValue
public class SqlSyncFieldValue extends SyncFieldValue

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.

Inheritance Hierarchy

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

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

SqlSyncFieldValue Members
Microsoft.Synchronization.MetadataStorage Namespace