SqlBytes.Item[Int64] 屬性

定義

取得或設定位於指定索引處的 SqlBytes 執行個體。

public:
 property System::Byte default[long] { System::Byte get(long offset); void set(long offset, System::Byte value); };
public byte this[long offset] { get; set; }
member this.Item(int64) : byte with get, set
Default Public Property Item(offset As Long) As Byte

參數

offset
Int64

Int64 值。

屬性值

Byte 值。

適用於

另請參閱