SqlChars.Item[Int64] Proprietà

Definizione

Ottiene o imposta l'istanza di SqlChars in corrispondenza dell'indice specificato.

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

Parametri

offset
Int64

Valore Int64.

Valore della proprietà

Valore Char.

Si applica a

Vedi anche