Partilhar via


Propriedade do RDL IComponentErrorInfo.ErrorCode

Returns an Integer that identifies the error message.

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IComponentErrorInfo Interface

Namespace Microsoft.SqlServer.Dts.Design