Freigeben über


SyncTableProgress.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> _
Public Property DataTable As DataTable
'Usage
Dim instance As SyncTableProgress
Dim value As DataTable

value = instance.DataTable

instance.DataTable = value
[XmlIgnoreAttribute] 
public DataTable DataTable { get; set; }
[XmlIgnoreAttribute] 
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.

Siehe auch

Verweis

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