Compartir a través de


IComponentErrorInfo.ErrorCode Propiedad

Returns an Integer that identifies the error message.

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
ReadOnly Property ErrorCode As Integer 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Int32
An Integer that identifies the error message.

Vea también

Referencia

IComponentErrorInfo Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Design