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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.