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