SqlBytes.MaxLength プロパティ

定義

この SqlBytesの内部バッファーの値の最大長を取得します。

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

プロパティ値

内部バッファーの値の最大長を表す long。 ストリーム ラップされた SqlBytesの -1 を返します。

注釈

既定値は 0 です。

適用対象

こちらもご覧ください