共用方式為


SqlSourceInformation.Offset 屬性

取得項目在檔案中開始的位移 (以字元為單位)。

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

語法

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

屬性值

型別:System.Int32

實作

ISourceInformation.Offset

.NET Framework 安全性

請參閱

參考

SqlSourceInformation 類別

Microsoft.Data.Schema.Sql.SchemaModel 命名空間