ServerException.ExtractLocalItem 方法
分析 SqlError 消息并提取键标识的字段。 字段视为本地路径。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Protected Shared Function ExtractLocalItem ( _
error As SqlError, _
key As String _
) As String
protected static string ExtractLocalItem(
SqlError error,
string key
)
参数
- error
类型:System.Data.SqlClient.SqlError
搜索的错误。
- key
类型:System.String
查找的哪个字段。
返回值
类型:System.String
本地路径或空字符串。
备注
搜索该模式 %key=value% 和返回值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。