Partager via


Propriété EdmError.ErrorLocation

Obtient l'emplacement de l'erreur dans le fichier dans lequel elle s'est produit.

Espace de noms :  Microsoft.Data.Edm.Validation
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public Property ErrorLocation As EdmLocation
    Get
    Private Set
'Utilisation
Dim instance As EdmError
Dim value As EdmLocation

value = instance.ErrorLocation
public EdmLocation ErrorLocation { get; private set; }
public:
property EdmLocation^ ErrorLocation {
    EdmLocation^ get ();
    private: void set (EdmLocation^ value);
}
member ErrorLocation : EdmLocation with get, private set
function get ErrorLocation () : EdmLocation
private function set ErrorLocation (value : EdmLocation)

Valeur de propriété

Type : Microsoft.Data.Edm.EdmLocation
Emplacement de l'erreur dans le fichier dans lequel elle s'est produite.

Voir aussi

Référence

EdmError Classe

Espace de noms Microsoft.Data.Edm.Validation