SqlSyncFieldValue Class

Represents the value of a custom field of an item.

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

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

'Declaration
Public Class SqlSyncFieldValue _
	Inherits SyncFieldValue
'Usage
Dim instance As SqlSyncFieldValue

The SqlSyncFieldValue type exposes the following members.

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetByteGets the value of the custom field. (Overrides SyncFieldValue.GetByte.)
Public methodGetBytesGets the value of the custom field. (Overrides SyncFieldValue.GetBytes.)
Public methodGetGuidGets the value of the custom field. (Overrides SyncFieldValue.GetGuid.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStringGets the value of the custom field. (Overrides SyncFieldValue.GetString.)
Public methodGetType (Inherited from Object.)
Public methodGetUInt16Gets the value of the custom field. (Overrides SyncFieldValue.GetUInt16.)
Public methodGetUInt32Gets the value of the custom field. (Overrides SyncFieldValue.GetUInt32.)
Public methodGetUInt64Gets the value of the custom field. (Overrides SyncFieldValue.GetUInt64.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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.

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