AdomdDataReader.GetBytes(Int32, Int64, Byte[], Int32, Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
GetBytes
public long GetBytes (int ordinal, long dataIndex, byte[] buffer, int bufferIndex, 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, dataIndex As Long, buffer As Byte(), bufferIndex As Integer, length As Integer) As Long
Parametri
- ordinal
- Int32
ordinal
- dataIndex
- Int64
dataIndex
- buffer
- Byte[]
buffer
- bufferIndex
- Int32
bufferIndex
- length
- Int32
length
Restituisce
Informazioni non disponibili per questa versione.