共用方式為


DataSetFieldSchema.Length 屬性

定義

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

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

屬性值

Int32

資料行可儲存的位元組數目。

實作

備註

Length屬性(property)會對應至的 MaxLength 屬性(property) DataColumn

適用於

另請參閱