共用方式為


ColumnProvider.MaxLength 屬性

定義

取得或設定這個資料行可有的最大長度。

public:  virtual property int MaxLength {  public:
int get(); protected:
 void set(int value); };
public virtual int MaxLength { get; protected set; }
member this.MaxLength : int with get, set
Public Overridable Property MaxLength As Integer

屬性值

Int32

取得或設定這個資料行可有的最大長度。

備註

這個屬性只適用于字串資料類型。

適用於