Metoda IDTSBufferManager100.GetRowWidth
Pobiera rozmiar w bajtach wiersza dla definicji typu bufor.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Function GetRowWidth ( _
hBufferType As Integer _
) As Integer
'Użycie
Dim instance As IDTSBufferManager100
Dim hBufferType As Integer
Dim returnValue As Integer
returnValue = instance.GetRowWidth(hBufferType)
int GetRowWidth(
int hBufferType
)
int GetRowWidth(
[InAttribute] int hBufferType
)
abstract GetRowWidth :
hBufferType:int -> int
function GetRowWidth(
hBufferType : int
) : int
Parametry
- hBufferType
Typ: System.Int32
Zwrócony rozmiar wiersza, którego definicja typu określony bufor.
Wartość zwracana
Typ: System.Int32
Integer niepodpisane Określa rozmiar, w bajtach, z definicją buforu typu wiersza.
Zobacz także