SqlBinary.Length プロパティ

定義

Value プロパティの長さをバイト数で取得します。 このプロパティは読み取り専用です。

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

プロパティ値

Value プロパティのバイナリ データの長さ。

例外

Length プロパティに Value が格納されているときに、Null プロパティが読み取られました。

注釈

を発生さないよう、プロパティを SqlNullValueException読み取る前に IsNull 必ず プロパティを Length 調べます。

適用対象

こちらもご覧ください