Freigeben über


DbSyncTableProgress.DataTable-Eigenschaft

Ruft das DataTable-Objekt ab, das die zu synchronisierenden Änderungen enthält, oder legt dieses fest.

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

Syntax

'Declaration
<XmlIgnoreAttribute> _
<SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")> _
Public Property DataTable As DataTable
'Usage
Dim instance As DbSyncTableProgress
Dim value As DataTable

value = instance.DataTable

instance.DataTable = value
[XmlIgnoreAttribute] 
[SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")] 
public DataTable DataTable { get; set; }
[XmlIgnoreAttribute] 
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1065:DoNotRaiseExceptionsInUnexpectedLocations")] 
public:
property DataTable^ DataTable {
    DataTable^ get ();
    void set (DataTable^ value);
}
/** @property */
public DataTable get_DataTable ()

/** @property */
public void set_DataTable (DataTable value)
public function get DataTable () : DataTable

public function set DataTable (value : DataTable)

Eigenschaftenwert

Ein DataTable-Objekt, das die zu synchronisierenden Änderungen enthält.

Hinweise

Wenn die Batchverarbeitung aktiviert wurde, wird mithilfe dieser Einstellung die Serialisierung der Batchdatei vom Datenträger aufgehoben. Alle an den Tabellen vorgenommenen Änderungen werden anschließend für die Batchdatei übernommen.

Siehe auch

Verweis

DbSyncTableProgress-Klasse
DbSyncTableProgress-Member
Microsoft.Synchronization.Data-Namespace