DataSetSurrogate Class

Represents a surrogate of a DataSet object, which Sync Framework uses during custom binary serialization.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId:="DataSet")> _
Public Class DataSetSurrogate
    Implements IDisposable
'Usage
Dim instance As DataSetSurrogate
[SerializableAttribute] 
[SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId="DataSet")] 
public class DataSetSurrogate : IDisposable
[SerializableAttribute] 
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId=L"DataSet")] 
public ref class DataSetSurrogate : IDisposable
/** @attribute SerializableAttribute() */ 
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId="DataSet") */ 
public class DataSetSurrogate implements IDisposable
SerializableAttribute 
SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId="DataSet") 
public class DataSetSurrogate implements IDisposable

Remarks

This surrogate does not retain all of the properties of the object on which it is based. The only properties it retains are those that are publicly exposed.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.DataSetSurrogate

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

DataSetSurrogate Members
Microsoft.Synchronization.Data Namespace