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
- 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.