ServerException.ExtractIdentityName 方法
剖析 SqlError 訊息並擷取索引鍵所識別的欄位。 資料行視為識別 ID,然後,識別碼會轉譯為顯示名稱。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Protected Shared Function ExtractIdentityName ( _
requestContext As TeamFoundationRequestContext, _
error As SqlError, _
key As String _
) As String
protected static string ExtractIdentityName(
TeamFoundationRequestContext requestContext,
SqlError error,
string key
)
參數
- requestContext
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- error
型別:System.Data.SqlClient.SqlError
要搜尋的錯誤
- key
型別:System.String
要尋找的欄位。
傳回值
型別:System.String
識別或是空字串
備註
搜尋模式 %key=value% 和傳回值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。