Share via


ElementSource.StartColumn Property

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

Syntax

'Declaration
Public MustOverride ReadOnly Property StartColumn As Integer
    Get
'Usage
Dim instance As ElementSource
Dim value As Integer

value = instance.StartColumn
public abstract int StartColumn { get; }
public:
virtual property int StartColumn {
    int get () abstract;
}
abstract function get StartColumn () : int
abstract StartColumn : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ElementSource Class

ElementSource Members

Microsoft.Data.Schema.SchemaModel Namespace