Sdílet prostřednictvím


SqlChars.Item[Int64] Vlastnost

Definice

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

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

Parametry

offset
Int64

Hodnota Int64 .

Hodnota vlastnosti

Hodnota Char .

Platí pro

Viz také