SqlBytes.SetLength(Int64) Méthode

Définition

Définit la longueur de cette instance de SqlBytes.

public:
 void SetLength(long value);
public void SetLength (long value);
member this.SetLength : int64 -> unit
Public Sub SetLength (value As Long)

Paramètres

value
Int64

Valeur Long Int64 représentant la longueur.

Remarques

Cette méthode déclenche une conversion interne en mémoire tampon managée pour une instance basée sur une mémoire tampon non managée.

S’applique à

Voir aussi