Sdílet prostřednictvím


DbSyncBatchInfo.DataSetSurrogate Property

Gets or sets a DataSetSurrogate object, which contains the in-memory data set that represents the batch.

This property is not CLS-compliant.  

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId:="DataSet")> _
Public Property DataSetSurrogate As DataSetSurrogate
'Usage
Dim instance As DbSyncBatchInfo
Dim value As DataSetSurrogate

value = instance.DataSetSurrogate

instance.DataSetSurrogate = value
[SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId="DataSet")] 
public DataSetSurrogate DataSetSurrogate { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId=L"DataSet")] 
public:
property DataSetSurrogate^ DataSetSurrogate {
    DataSetSurrogate^ get ();
    void set (DataSetSurrogate^ value);
}
/** @property */
public DataSetSurrogate get_DataSetSurrogate ()

/** @property */
public void set_DataSetSurrogate (DataSetSurrogate value)
public function get DataSetSurrogate () : DataSetSurrogate

public function set DataSetSurrogate (value : DataSetSurrogate)

Property Value

A DataSetSurrogate object that represents the batch.

Remarks

This property has the [NonSerialized] attribute defined on it. Serializing the DbSyncBatchInfo object does not serialize the data set that is exposed by this property. It must be serialized separately.

See Also

Reference

DbSyncBatchInfo Class
DbSyncBatchInfo Members
Microsoft.Synchronization.Data Namespace