Proprietà AdomdError.ErrorCode

Gets the error code of the AdomdError.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ErrorCode As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

AdomdError Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient