HResults.DTS_E_BUFFERISNOTPRIMEOUTPUT Champ
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.
MessageId : DTS_E_BUFFERISNOTPRIMEOUTPUT MessageText : la méthode a été appelée sur la mémoire tampon incorrecte. Les tampons inutilisés pour la sortie du composant ne prennent pas en charge cette opération.
public: int DTS_E_BUFFERISNOTPRIMEOUTPUT = -1073446878;
public const int DTS_E_BUFFERISNOTPRIMEOUTPUT = -1073446878;
val mutable DTS_E_BUFFERISNOTPRIMEOUTPUT : int
Public Const DTS_E_BUFFERISNOTPRIMEOUTPUT As Integer = -1073446878
Valeur de champ
Value = -1073446878Remarques
Une méthode a été appelée sur une mémoire tampon qui n’est pas la bonne mémoire tampon. Par exemple, un appel à SetEndOfRowset sur une mémoire tampon privée a été exécuté.