Condividi tramite


TraceReader.GetBytes(Int32, Int64, Byte[], Int32, Int32) Metodo

Definizione

Ottiene un flusso di byte dall'offset di colonna specificato nel buffer sotto forma di matrice, a partire dall'offset di buffer specificato.

public:
 virtual long GetBytes(int ordinal, long fieldOffset, cli::array <System::Byte> ^ buffer, int bufferoffset, int length);
public long GetBytes (int ordinal, long fieldOffset, byte[] buffer, int bufferoffset, int length);
abstract member GetBytes : int * int64 * byte[] * int * int -> int64
override this.GetBytes : int * int64 * byte[] * int * int -> int64
Public Function GetBytes (ordinal As Integer, fieldOffset As Long, buffer As Byte(), bufferoffset As Integer, length As Integer) As Long

Parametri

ordinal
Int32

Valore Int32 che specifica la posizione della colonna da cui recuperare il valore della matrice di byte.

fieldOffset
Int64

Valore Int32 che specifica l'indice all'interno del campo da cui avviare l'operazione di lettura.

buffer
Byte[]

Matrice Byte in cui leggere il flusso di byte.

bufferoffset
Int32

Valore Int32 che specifica l'indice in corrispondenza del quale avviare l'operazione di lettura.

length
Int32

Valore Int32 che specifica il numero di byte da leggere.

Restituisce

Valore Int64 che specifica il numero di byte restituiti nella matrice.

Implementazioni

Esempio

Readme_Tracer

Si applica a