共用方式為


SqlSourceInformation.Length 屬性

取得項目在檔案中的長度 (以字元為單位)。

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

語法

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

屬性值

型別:System.Int32

實作

ISourceInformation.Length

.NET Framework 安全性

請參閱

參考

SqlSourceInformation 類別

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