Partager via


ServerException.ExtractLocalItem, méthode

Analyse un message de SqlError et extrait le champ identifié par la clé. Le champ est traité comme un chemin local.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
Protected Shared Function ExtractLocalItem ( _
    error As SqlError, _
    key As String _
) As String
protected static string ExtractLocalItem(
    SqlError error,
    string key
)

Paramètres

Valeur de retour

Type : System.String
Un chemin local, ou la chaîne vide.

Notes

Recherche le modèle %key=value% et la valeur de retour.

Sécurité .NET Framework

Voir aussi

Référence

ServerException Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms