Metoda PipelineBuffer.GetByte
Pobiera bajt wartość przechowywaną w PipelineBuffer kolumna.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline
Zestaw: Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)
Składnia
'Deklaracja
Public Function GetByte ( _
columnIndex As Integer _
) As Byte
'Użycie
Dim instance As PipelineBuffer
Dim columnIndex As Integer
Dim returnValue As Byte
returnValue = instance.GetByte(columnIndex)
public byte GetByte(
int columnIndex
)
public:
unsigned char GetByte(
int columnIndex
)
member GetByte :
columnIndex:int -> byte
public function GetByte(
columnIndex : int
) : byte
Parametry
- columnIndex
Typ: System.Int32
Indeks kolumna w PipelineBuffer wiersza.
Wartość zwracana
Typ: System.Byte
Bajt wartość przechowywaną w PipelineBuffer kolumna.
Uwagi
Metoda ta działa z DT_UI1 Typ danych w Integration Services.
Jeśli wartość kolumna jest null, PipelineBuffer daje ColumnIsNullException.Można sprawdzić, czy wartość null, wywołując IsNull metoda.
Pełną listę Integration Services typów danych i odpowiadających im uzyskać i ustawić metody PipelineBuffer klasy za pomocą każdego typu, zobacz Praca z typami danych w przepływu danych.