SqlSourceInformation.StartColumn-Eigenschaft

Ruft die Spalte in der Zeile in der Datei ab, die den Anfang der Elementdefinition enthält.

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

Syntax

'Declaration
Public ReadOnly Property StartColumn As Integer
    Get
public int StartColumn { get; }
public:
virtual property int StartColumn {
    int get () sealed;
}
abstract StartColumn : int
override StartColumn : int
final function get StartColumn () : int

Eigenschaftswert

Typ: System.Int32

Implementiert

ISourceInformation.StartColumn

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSourceInformation Klasse

Microsoft.Data.Schema.Sql.SchemaModel-Namespace