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 命名空间