DbSyncContext.MadeWithKnowledge 属性
获取或设置一个 SyncKnowledge 对象,其中包含从对等数据库选择一组变更时,该对等数据库所具有的知识。
此属性不符合 CLS。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
<CLSCompliantAttribute(False)> _
Public Property MadeWithKnowledge As SyncKnowledge
用法
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);
}
/** @property */
public SyncKnowledge get_MadeWithKnowledge ()
/** @property */
public void set_MadeWithKnowledge (SyncKnowledge value)
public function get MadeWithKnowledge () : SyncKnowledge
public function set MadeWithKnowledge (value : SyncKnowledge)
属性值
一个 SyncKnowledge 对象,其中包含从对等数据库选择一组变更时,该对等数据库所具有的知识。
备注
如果启用批处理,则在同步会话中,生成知识对于所有批是相同的。
请参阅
参考
DbSyncContext 类
DbSyncContext 成员
Microsoft.Synchronization.Data 命名空间