Freigeben über


EdmError.ErrorCode-Eigenschaft

Ruft einen ganzzahligen Code ab, der den Fehler darstellt.

Namespace:  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Property ErrorCode As EdmErrorCode
    Get
    Private Set
'Usage
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)

Eigenschaftswert

Typ: Microsoft.Data.Edm.Validation.EdmErrorCode
Der Code, in dem der Fehler dargestellt wird.

Siehe auch

Verweis

EdmError Klasse

Microsoft.Data.Edm.Validation-Namespace