Partager via


Propriété EdmError.ErrorCode

Obtient un code d'entier représentant l'erreur.

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

Syntaxe

'Déclaration
Public Property ErrorCode As EdmErrorCode
    Get
    Private Set
'Utilisation
Dim instance As EdmError
Dim value As EdmErrorCode

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

Valeur de propriété

Type : Microsoft.Data.Edm.Validation.EdmErrorCode
Code qui représente l'erreur.

Voir aussi

Référence

EdmError Classe

Espace de noms Microsoft.Data.Edm.Validation