共用方式為


DbSyncTableProgress.DataTable 屬性

取得或設定包含要同步處理之變更的 DataTable 物件。

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
<XmlIgnoreAttribute> _
<SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")> _
Public Property DataTable As DataTable
'用途
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)

屬性值

包含要同步處理之變更的 DataTable 物件。

備註

如果啟用了批次處理,當您存取這個屬性時,就會從磁碟還原序列化批次檔案。然後,對這些資料表所做的任何變更都會保存回批次檔案。

請參閱

參考

DbSyncTableProgress 類別
DbSyncTableProgress 成員
Microsoft.Synchronization.Data 命名空間