IDbDataParameter.Size 屬性

定義

參數的大小。

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

屬性值

資料行中資料的最大大小 (以位元組為單位)。 預設值是由參數值推斷。

適用於