OracleBinary.Item[Int32] プロパティ

定義

整数パラメーター index で指定された位置にある Value プロパティから 1 バイトを取得します。 index で示された位置がバイト配列の末尾を超えている場合は、例外が発生します。

public:
 property System::Byte default[int] { System::Byte get(int index); };
public byte this[int index] { get; }
member this.Item(int) : byte
Default Public ReadOnly Property Item(index As Integer) As Byte

パラメーター

index
Int32

取得するバイトの位置。

プロパティ値

整数パラメーターで指定された位置にあるバイト。

注釈

を発生させないようにするには、 をOracleNullValueException読み取thisる前に、 IsNull プロパティと プロパティを常にLengthチェックします。

適用対象