SyncKnowledge.GetKnowledgeForColumns 方法
返回此对象中包含的所有项的指定变更单位集的知识。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
Public Function GetKnowledgeForColumns ( _
columnIds As SyncId() _
) As SyncKnowledge
用法
Dim instance As SyncKnowledge
Dim columnIds As SyncId()
Dim returnValue As SyncKnowledge
returnValue = instance.GetKnowledgeForColumns(columnIds)
public SyncKnowledge GetKnowledgeForColumns (
SyncId[] columnIds
)
public:
SyncKnowledge^ GetKnowledgeForColumns (
array<SyncId^>^ columnIds
)
public SyncKnowledge GetKnowledgeForColumns (
SyncId[] columnIds
)
public function GetKnowledgeForColumns (
columnIds : SyncId[]
) : SyncKnowledge
参数
- columnIds
要查找的变更单位 ID 集。
返回值
返回一个知识对象,该对象只包含由其包含的所有项的 columnIds 所指定的变更单位。
异常
异常类型 | 条件 |
---|---|
必需的参数为 null 引用(在 Visual Basic 中为 Nothing)。 |
|
columnIds 中的 ID 未采用为此知识对象指定的 ID 格式。 |
备注
GetKnowledgeForColumns 不同于 GetKnowledgeForChangeUnit。GetKnowledgeForColumns 返回一个知识对象,该知识对象包含有关其包含的所有项的指定变更单位集合的信息。GetKnowledgeForChangeUnit 返回一个知识对象,该知识对象包含有关单个项中包含的单个变更单位的信息。
请参阅
参考
SyncKnowledge 类
SyncKnowledge 成员
Microsoft.Synchronization 命名空间