다음을 통해 공유


IComponentErrorInfo.ErrorCode 속성

Returns an Integer that identifies the error message.

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

구문

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

참고 항목

참조

IComponentErrorInfo 인터페이스

Microsoft.SqlServer.Dts.Design 네임스페이스