SqlChars.SetLength(Int64) Méthode

Définition

Définit la longueur de cette instance de SqlChars.

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 Int64long 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