Share via


ISourceInformation.StartColumn Property

Gets the number of the column for the start of the element in the source.

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

Syntax

'Declaration
ReadOnly Property StartColumn As Integer
int StartColumn { get; }
property int StartColumn {
    int get ();
}
abstract StartColumn : int
function get StartColumn () : int

Property Value

Type: System.Int32
An Int32 value.

.NET Framework Security

See Also

Reference

ISourceInformation Interface

Microsoft.Data.Schema.SchemaModel Namespace

StartLine