Поделиться через


SourceCodePosition.StartColumn Property

Gets the number of the starting column for the definition.

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

Syntax

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

Property Value

Type: System.Int32
The starting column number.

.NET Framework Security

See Also

Reference

SourceCodePosition Class

Microsoft.Data.Schema.SchemaModel Namespace