AdoDotNetSchemaReader.GetBytes, méthode (Int32, array<Byte , Int32, Int32)
Lit un flux d'octets en mémoire tampon comme tableau, en commençant à un offset spécifié.
Espace de noms : Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Public Overrides Function GetBytes ( _
index As Integer, _
buffer As Byte(), _
bufferIndex As Integer, _
length As Integer _
) As Integer
public override int GetBytes(
int index,
byte[] buffer,
int bufferIndex,
int length
)
public:
virtual int GetBytes(
int index,
array<unsigned char>^ buffer,
int bufferIndex,
int length
) override
abstract GetBytes :
index:int *
buffer:byte[] *
bufferIndex:int *
length:int -> int
override GetBytes :
index:int *
buffer:byte[] *
bufferIndex:int *
length:int -> int
public override function GetBytes(
index : int,
buffer : byte[],
bufferIndex : int,
length : int
) : int
Paramètres
- index
Type : System.Int32
Index dans le champ de données à partir duquel pour démarrer l'opération de lecture.
- buffer
Type : array<System.Byte[]
Le tableau d'octets à lire.
- bufferIndex
Type : System.Int32
Index dans la mémoire tampon à partir duquel commencer à définir les données.
- length
Type : System.Int32
Longueur du flux d'octets.
Valeur de retour
Type : System.Int32
Un tableau de flux d'octets.
Implémentations
IVsDataReader.GetBytes(Int32, array<Byte[], Int32, Int32)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms