InternalField.GetChunk(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.
public:
System::Object ^ GetChunk(int Length);
public:
virtual System::Object ^ GetChunk(int Length);
public object GetChunk (int Length);
member this.GetChunk : int -> obj
abstract member GetChunk : int -> obj
override this.GetChunk : int -> obj
Public Function GetChunk (Length As Integer) As Object
Parametri
- Length
- Int32
Restituisce
Implementazioni
ADODB.Field.GetChunk(System.Int32)