Share via


SqlBytes.Item[Int64] Vlastnost

Definice

Získá nebo nastaví SqlBytes instanci v zadaném indexu.

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

Parametry

offset
Int64

Hodnota Int64 .

Hodnota vlastnosti

Hodnota Byte .

Platí pro

Viz také