Partager via


Propriété AdomdError.ErrorCode

Gets the error code of the AdomdError.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ErrorCode As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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

Voir aussi

Référence

AdomdError Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient