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 le mauvais tampon. Les tampons non utilisés pour la sortie composante ne supportent pas 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 un tampon qui n’est pas le bon tampon. Par exemple, un appel à SetEndOfRowset sur un tampon privé a été exécuté.