SqlChars.Item[Int64] Propiedad

Definición

Obtiene o establece la instancia de SqlChars situada en el índice especificado.

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

Parámetros

offset
Int64

Valor Int64.

Valor de propiedad

Valor Char.

Se aplica a

Consulte también