Metoda DTSBufferManagerClass.GetRowWidth
Pobiera rozmiar wiersza dla definicji typu bufor.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Public Overridable Function GetRowWidth ( _
hBufferType As Integer _
) As Integer
'Użycie
Dim instance As DTSBufferManagerClass
Dim hBufferType As Integer
Dim returnValue As Integer
returnValue = instance.GetRowWidth(hBufferType)
public virtual int GetRowWidth(
int hBufferType
)
public:
virtual int GetRowWidth(
[InAttribute] int hBufferType
)
abstract GetRowWidth :
hBufferType:int -> int
override GetRowWidth :
hBufferType:int -> int
public 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.
Implementacje
Zobacz także