Description和Discussion字段在TFS中存储在SQL数据库中的位置在哪里?

huangapple go评论74阅读模式
英文:

Where are the Description and Discussion fields in TFS stored in the SQL database

问题

我一直在查看TFS_Default Collection和TFS_Warehouse数据库,但没有找到任何运气。

Description和Discussion字段在TFS中存储在SQL数据库中的位置在哪里?

如果有任何建议或提示,将不胜感激。

英文:

I've been looking in the TFS_Default Collection and TFS_Warehouse database's but haven't had any luck.

Description和Discussion字段在TFS中存储在SQL数据库中的位置在哪里?

Any advice or tips would be greatly appreciated.

答案1

得分: 1

TFS_Warehouse不包含多行文本字段。对于TFS_DefaultCollection,不建议使用操作数据库,因为这可能会影响TFS性能。考虑使用Rest API:

  1. 工作项
  2. 评论

您可以使用NuGet包Microsoft.TeamFoundationServer.Client示例

英文:

TFS_Warehouse does not contain multi-line text fields. For TFS_DefaultCollection, it is not recommended to use operational databases because that may affect TFS performance. Consider to use Rest API:

  1. Work Items
  2. Comments

You can use nuget package Microsoft.TeamFoundationServer.Client, Samples

huangapple
  • 本文由 发表于 2020年1月3日 21:46:18
  • 转载请务必保留本文链接:https://go.coder-hub.com/59579687.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定