MadeWithKnowledge プロパティ

ピア データベースから一連の変更が選択されたときにピアに含まれていたナレッジを格納する SyncKnowledge オブジェクトを取得または設定します。

この API は、CLS に準拠していません。 

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
<CLSCompliantAttribute(False)> _
Public Property MadeWithKnowledge As SyncKnowledge
    Get
    Set
'使用
Dim instance As DbSyncContext
Dim value As SyncKnowledge

value = instance.MadeWithKnowledge

instance.MadeWithKnowledge = value
[CLSCompliantAttribute(false)]
public SyncKnowledge MadeWithKnowledge { get; set; }
[CLSCompliantAttribute(false)]
public:
property SyncKnowledge^ MadeWithKnowledge {
    SyncKnowledge^ get ();
    void set (SyncKnowledge^ value);
}
[<CLSCompliantAttribute(false)>]
member MadeWithKnowledge : SyncKnowledge with get, set
function get MadeWithKnowledge () : SyncKnowledge
function set MadeWithKnowledge (value : SyncKnowledge)

プロパティ値

型 : Microsoft.Synchronization. . :: . .SyncKnowledge
ピア データベースから一連の変更が選択されたときにピアに含まれていたナレッジを格納する SyncKnowledge オブジェクト。

説明

バッチ処理が有効である場合、関連付けられるナレッジは同期セッションのすべてのバッチで同じになります。

参照

参照

DbSyncContextクラス

DbSyncContext メンバー

Microsoft.Synchronization.Data 名前空間