SqlChars.SetLength(Int64) Metodo

Definizione

Imposta la lunghezza dell'istanza SqlChars.

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

Parametri

value
Int64

Valore Int64long che rappresenta la lunghezza.

Commenti

Questo metodo attiverà una conversione interna in un buffer gestito per un'istanza basata su un buffer non gestito.

Si applica a

Vedi anche