SqlBytes.MaxLength 屬性

定義

取得這個 SqlBytes 的內部緩衝區值的最大長度。

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

屬性值

long,表示內部緩衝區值的最大長度。 傳回 -1,代表資料流包裝的 SqlBytes

備註

預設值為 0。

適用於

另請參閱