SyncKnowledge.ExcludeChangeUnit 方法

从该知识中删除有关指定变更单位的知识。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Public Sub ExcludeChangeUnit ( _
    itemId As SyncId, _
    changeUnitId As SyncId _
)
用法
Dim instance As SyncKnowledge
Dim itemId As SyncId
Dim changeUnitId As SyncId

instance.ExcludeChangeUnit(itemId, changeUnitId)
public void ExcludeChangeUnit (
    SyncId itemId,
    SyncId changeUnitId
)
public:
void ExcludeChangeUnit (
    SyncId^ itemId, 
    SyncId^ changeUnitId
)
public void ExcludeChangeUnit (
    SyncId itemId, 
    SyncId changeUnitId
)
public function ExcludeChangeUnit (
    itemId : SyncId, 
    changeUnitId : SyncId
)

参数

  • itemId
    包含要排除的变更单位的项的 ID。
  • changeUnitId
    要排除的变更单位的 ID。

请参阅

参考

SyncKnowledge 类
SyncKnowledge 成员
Microsoft.Synchronization 命名空间