DataSchemaError.Column Property

Gets the column number of the error.

Namespace:  Microsoft.Data.Schema.Common
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property Column As Integer
    Get
'Usage
Dim instance As DataSchemaError
Dim value As Integer

value = instance.Column
public int Column { get; }
public:
property int Column {
    int get ();
}
function get Column () : int
member Column : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DataSchemaError Class

DataSchemaError Members

Microsoft.Data.Schema.Common Namespace