ITeamProjectCollectionServicing.QueueDetachCollection 方法 (Guid, IDictionary<String, String>, String, String%)
排队集合的快照操作。
命名空间: Microsoft.TeamFoundation.Framework.Client
程序集: Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)
语法
声明
Function QueueDetachCollection ( _
collectionId As Guid, _
servicingTokens As IDictionary(Of String, String), _
collectionStoppedMessage As String, _
<OutAttribute> ByRef detachedConnectionString As String _
) As ServicingJobDetail
ServicingJobDetail QueueDetachCollection(
Guid collectionId,
IDictionary<string, string> servicingTokens,
string collectionStoppedMessage,
out string detachedConnectionString
)
参数
- collectionId
类型:System.Guid
集合的 ID 为快照的。
- servicingTokens
类型:System.Collections.Generic.IDictionary<String, String>
替换标记字符串集合中创建服务的步骤。
- collectionStoppedMessage
类型:System.String
显示的消息为命中此集合的请求,因为它将脱机,如果尚未。
- detachedConnectionString
类型:System.String%
如果为 true,则集合数据将准备用于附加和左边附加到当前 TFS 实例。
为分离的集合的数据库的连接字符串。
返回值
类型:Microsoft.TeamFoundation.Framework.Client.ServicingJobDetail
返回包含工作和宿主标识符的服务 (bits) 作业结果
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。