SqlBytes.SetLength(Int64) Metodo

Definizione

Imposta la lunghezza dell'istanza SqlBytes.

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