SqlChars.Item[Int64] 屬性

定義

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

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

參數

offset
Int64

Int64 值。

屬性值

Char 值。

適用於

另請參閱