Поделиться через


Свойство ErrorCode

Gets the error code of the AdomdError.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property ErrorCode As Integer
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Int32
An Int that contains the error code of the AdomdError.

Замечания

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