Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the DataTable object that contains the changes to be synchronized.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property DataTable As DataTable
Get
Set
'Usage
Dim instance As SyncTableProgress
Dim value As DataTable
value = instance.DataTable
instance.DataTable = value
public DataTable DataTable { get; set; }
public:
property DataTable^ DataTable {
DataTable^ get ();
void set (DataTable^ value);
}
member DataTable : DataTable with get, set
function get DataTable () : DataTable
function set DataTable (value : DataTable)
Property Value
Type: System.Data.DataTable
A DataTable object that contains the changes to be synchronized.