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 です。