XmlaError.ErrorCode Property

 

Applies To: SQL Server (starting with 2016)

Gets the error code.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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

The error code.

See Also

XmlaError Class
Microsoft.AnalysisServices Namespace

Return to top