SqlBytes.SetLength(Int64) Metodo

Definizione

Imposta la lunghezza di questa SqlBytes istanza.

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 Int64 long 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