MetaColumn.MaxLength 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示可在資料欄位中儲存的最大資料長度。
public:
property int MaxLength { int get(); };
public int MaxLength { get; }
member this.MaxLength : int
Public ReadOnly Property MaxLength As Integer
屬性值
可在資料欄位中儲存的最大資料長度。
備註
MaxLength屬性會驗證屬性 StringLengthAttribute 是否套用至資料欄位,並抓取屬性的值 MaximumLength 。 如果 StringLengthAttribute 屬性未套用至資料欄位, MaxLength 屬性會使用資料庫類型來取得允許的最大長度。