DTSBufferManagerClass.GetRowWidth(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.
Obtient la taille de la ligne définie pour la définition du type de tampon.
public:
virtual int GetRowWidth(int hBufferType) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBufferManager100::GetRowWidth;
public virtual int GetRowWidth (int hBufferType);
abstract member GetRowWidth : int -> int
override this.GetRowWidth : int -> int
Public Overridable Function GetRowWidth (hBufferType As Integer) As Integer
Paramètres
- hBufferType
- Int32
Définition du type de mémoire tampon spécifié dont la taille de ligne est retournée.
Retours
Entier non signé spécifiant la taille, en octets, de la ligne définie par la définition du type de tampon.