Share via


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

See Also

Reference

DataSchemaError Class

Microsoft.Data.Schema Namespace