共用方式為


SqlMetaData.MaxLength 屬性

定義

取得資料行或參數的最大長度。

public:
 property long MaxLength { long get(); };
public long MaxLength { get; }
member this.MaxLength : int64
Public ReadOnly Property MaxLength As Long

屬性值

資料行或參數的最大長度 (其型態為 Int64)。

備註

指定資料行值的潛在最大長度。 針對固定和不同長度字元和二進位類型以外的類型,傳回 0。 如果是使用建構函式參數宣告的 Max 可變大小資料行或參數,它會傳回 -1。

針對 DbTypeRow 這會傳回資料列中繼資料實例中的資料行數目。

預設值為 0。

適用於