AdomdError.ErrorCode Property

 

Gets the error code of the AdomdError.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public int ErrorCode { get; }
public:
property int ErrorCode {
    int get();
}
member ErrorCode : int with get
Public ReadOnly Property ErrorCode As Integer

Property Value

Type: System.Int32

An Int that contains the error code of the AdomdError.

Remarks

The ErrorCode property represents the numeric error code contained in an XML for Analysis error.

See Also

AdomdError Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top