ValidationError.ErrorCode Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the error code.

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

Syntax

public int ErrorCode { get; set; }
public:
property int ErrorCode {
    int get();
    void set(int value);
}
member ErrorCode : int with get, set
Public Property ErrorCode As Integer

Property Value

Type: System.Int32

The error code.

See Also

ValidationError Class
Microsoft.AnalysisServices Namespace

Return to top