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.