다음을 통해 공유


ErrorCode 속성

Returns an Integer that identifies the error message.

네임스페이스:  Microsoft.SqlServer.Dts.Design
어셈블리:  Microsoft.SqlServer.Dts.Design.dll의 Microsoft.SqlServer.Dts.Design

구문

‘선언
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.