次の方法で共有


IComponentErrorInfo.ErrorCode プロパティ

エラー メッセージを識別する Integer を返します。

名前空間:  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
エラー メッセージを識別する Integer です。

関連項目

参照

IComponentErrorInfo インターフェイス

Microsoft.SqlServer.Dts.Design 名前空間