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