SqlBytes.Item[Int64] Propiedad

Definición

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

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

Parámetros

offset
Int64

Valor Int64.

Valor de propiedad

Valor Byte.

Se aplica a

Consulte también