Freigeben über


DataSetSurrogate-Klasse

Stellt einen Ersatz für ein DataSet-Objekt dar, das von Sync Framework bei einer benutzerdefinierten binären Serialisierung verwendet wird.

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

Hinweise

Dieser Ersatz behält nicht alle Eigenschaften des Objekts bei, auf dem er basiert. Es werden nur die Eigenschaften beibehalten, die öffentlich verfügbar sind.

Vererbungshierarchie

System.Object
  Microsoft.Synchronization.Data.DataSetSurrogate

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

DataSetSurrogate-Member
Microsoft.Synchronization.Data-Namespace