SqlBytes.SetLength(Int64) Método
Definição
public:
void SetLength(long value);
public void SetLength (long value);
member this.SetLength : int64 -> unit
Public Sub SetLength (value As Long)
Parâmetros
- value
- Int64
O valor longo Int64 que representa o comprimento.The Int64 long value representing the length.
Comentários
Esse método irá disparar uma conversão interna para um buffer gerenciado para uma instância criada com base em um buffer não gerenciado.This method will trigger an internal conversion to a managed buffer for an instance built on top of an unmanaged buffer.