Compartir a través de


ValidationError.ErrorCode Propiedad

Gets or sets the error code.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property ErrorCode As Integer 
    Get 
    Set
'Uso
Dim instance As ValidationError 
Dim value As Integer 

value = instance.ErrorCode

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

Valor de la propiedad

Tipo: System.Int32
The error code.

Vea también

Referencia

ValidationError Clase

Espacio de nombres Microsoft.AnalysisServices