Freigeben über


IComponentErrorInfo.ErrorCode-Eigenschaft

Returns an Integer that identifies the error message.

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

Syntax

'Declaration
ReadOnly Property ErrorCode As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

IComponentErrorInfo Schnittstelle

Microsoft.SqlServer.Dts.Design-Namespace