IComponentErrorInfo.ErrorCode Property
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
Property Value
Type: System.Int32
An Integer that identifies the error message.