Share via


SqlBytes.Item[Int64] Propriété

Définition

Obtient ou définit l'instance de SqlBytes à l'index spécifié.

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

Paramètres

offset
Int64

Valeur Int64.

Valeur de propriété

Valeur Byte.

S’applique à

Voir aussi