SqlBytes.SetLength(Int64) Método

Definição

Define o comprimento desta SqlBytes instância.

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 Int64 valor longo representa o comprimento.

Observações

Este método desencadeia uma conversão interna para um buffer gerido para uma instância construída sobre um buffer não gerido.

Aplica-se a

Ver também