共用方式為


ISourceInformation.StartColumn 屬性

取得項目在來源中的起始欄號。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
ReadOnly Property StartColumn As Integer
    Get
int StartColumn { get; }
property int StartColumn {
    int get ();
}
abstract StartColumn : int
function get StartColumn () : int

屬性值

型別:System.Int32
Int32 值。

.NET Framework 安全性

請參閱

參考

ISourceInformation 介面

Microsoft.Data.Schema.SchemaModel 命名空間

StartLine