Compartir a través de


ErrorCode Propiedad

Gets the error code of the AdomdError.

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

Sintaxis

'Declaración
Public ReadOnly Property ErrorCode As Integer
    Get
'Uso
Dim instance As AdomdError
Dim value As Integer

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

Valor de la propiedad

Tipo: System. . :: . .Int32
An Int that contains the error code of the AdomdError.

Comentarios

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