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 命名空间