SqlChars.MaxLength 屬性

定義

取得內部緩衝區可以保留的值的最大長度 (以雙位元組字元為單位)。

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

屬性值

Int64 值,表示內部緩衝區中值的最大長度 (以雙位元組字元為單位)。

傳回 -1,代表資料流包裝的 SqlChars

備註

預設值為 0。

適用於

另請參閱