メモ : このプロパティは、互換性のために残されています。
同期グループ内のすべてのテーブルに適用されるデータの行を格納する DataSet オブジェクトを取得します。
名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (microsoft.synchronization.data.dll 内)
構文
'宣言
<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.DataSet property instead to access the DataSet.")> _
Public ReadOnly Property Changes As DataSet
'使用
Dim instance As DbApplyingChangesEventArgs
Dim value As DataSet
value = instance.Changes
[ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.DataSet property instead to access the DataSet.")]
public DataSet Changes { get; }
[ObsoleteAttribute(L"Use DbApplyingChangesEventArgs.Context.DataSet property instead to access the DataSet.")]
public:
property DataSet^ Changes {
DataSet^ get ();
}
/** @property */
public DataSet get_Changes ()
public function get Changes () : DataSet
プロパティ値
ピア データベースに適用されるデータ行を格納する DataSet オブジェクト。
参照
リファレンス
DbApplyingChangesEventArgs クラス
DbApplyingChangesEventArgs メンバー
Microsoft.Synchronization.Data 名前空間