Свойство IComponentErrorInfo.ErrorCode

Returns an Integer that identifies the error message.

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

Синтаксис

'Декларация
ReadOnly Property ErrorCode As Integer 
    Get
'Применение
Dim instance As IComponentErrorInfo 
Dim value As Integer 

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

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

Тип: System.Int32
An Integer that identifies the error message.

См. также

Справочник

IComponentErrorInfo Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Design