DataSchemaError.Column Property
Gets the column number where the error occurred.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Column As Integer
public int Column { get; set; }
public:
property int Column {
int get ();
void set (int value);
}
member Column : int with get, set
function get Column () : int
function set Column (value : int)
Property Value
Type: System.Int32
The column number.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.