DataSchemaError.ErrorCode プロパティ
エラー コードを取得します。
名前空間 : Microsoft.Data.Schema.Common
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public ReadOnly Property ErrorCode As Integer
'使用
Dim instance As DataSchemaError
Dim value As Integer
value = instance.ErrorCode
public int ErrorCode { get; }
public:
property int ErrorCode {
int get ();
}
public function get ErrorCode () : int
プロパティ値
型 : System.Int32