SqlBytes.Item[Int64] Proprietà

Definizione

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

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

Parametri

offset
Int64

Valore Int64.

Valore della proprietà

Valore Byte.

Si applica a

Vedi anche