DTSBufferManagerClass.GetRowWidth Method
Gets the size of the row defined for the buffer type definition.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintassi
'Dichiarazione
<DispIdAttribute(125)> _
Public Overridable Function GetRowWidth ( _
<InAttribute> hBufferType As Integer _
) As Integer Implements IDTSBufferManager90.GetRowWidth
[DispIdAttribute(125)]
public virtual int IDTSBufferManager90.GetRowWidth (
[InAttribute] int hBufferType
)
[DispIdAttribute(125)]
public:
virtual int GetRowWidth (
[InAttribute] int hBufferType
) = IDTSBufferManager90::GetRowWidth
J# non supporta la dichiarazione di nuove implementazioni di interfacce esplicite ma ne supporta l'utilizzo.
JScript non supporta la dichiarazione di nuove implementazioni di interfacce esplicite ma ne supporta l'utilizzo.
Parametri
- hBufferType
The specified buffer type definition whose row size is returned.
Valore restituito
An unsigned integer that specifies the size, in bytes, of the row defined by the buffer type definition.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
DTSBufferManagerClass Class
DTSBufferManagerClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace