IDataSourceFieldSchema.Length 屬性

定義

取得值,表示可以在欄位中儲存的資料大小。

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

屬性值

欄位可以儲存的位元組數目。

備註

DataColumn針對 物件, Length 屬性會對應至 MaxLength 屬性。

適用於

另請參閱