PipelineBuffer.GetBlobLength(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Obtient le nombre d'octets contenus dans une colonne PipelineBuffer d'objet BLOB (Binary Large Object).
public:
System::UInt32 GetBlobLength(int columnIndex);
[System.CLSCompliant(false)]
public uint GetBlobLength (int columnIndex);
[<System.CLSCompliant(false)>]
member this.GetBlobLength : int -> uint32
Public Function GetBlobLength (columnIndex As Integer) As UInteger
Paramètres
- columnIndex
- Int32
Index de la colonne contenant l'objet BLOB (Binary Large Object).
Retours
Nombre d'octets dans l'objet BLOB (Binary Large Object).
- Attributs
Remarques
La GetBlobLength méthode est utilisée pour déterminer le nombre d’octets contenus dans une PipelineBuffer colonne contenant un type de données BLOB, tel qu’un DT_IMAGE. Cette méthode est généralement appelée avant un appel à la GetBlobData méthode. Le troisième paramètre à GetBlobData atteindre est le nombre d’octets à récupérer à partir de l’objet blob. Vous appelez GetBlobLength avant GetBlobData de récupérer tous les octets d’une colonne BLOB PipelineBuffer .