Metoda PipelineBuffer.GetUInt32
Pobiera UInt32 wartości przechowywane kolumna buforu.
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline
Zestaw: Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)
Składnia
'Deklaracja
<CLSCompliantAttribute(False)> _
Public Function GetUInt32 ( _
columnIndex As Integer _
) As UInteger
'Użycie
Dim instance As PipelineBuffer
Dim columnIndex As Integer
Dim returnValue As UInteger
returnValue = instance.GetUInt32(columnIndex)
[CLSCompliantAttribute(false)]
public uint GetUInt32(
int columnIndex
)
[CLSCompliantAttribute(false)]
public:
unsigned int GetUInt32(
int columnIndex
)
[<CLSCompliantAttribute(false)>]
member GetUInt32 :
columnIndex:int -> uint32
public function GetUInt32(
columnIndex : int
) : uint
Parametry
- columnIndex
Typ: System.Int32
Indeks kolumna w wierszu bufora.
Wartość zwracana
Typ: System.UInt32
UInt32 wartości przechowywane kolumna buforu.
Uwagi
Metoda ta działa z DT_UI4 Typ danych w Integration Services.
Jeśli kolumna buforu DataType nie jest DT_UI4, PipelineBuffer daje UnsupportedBufferDataTypeException.
Jeśli wartość kolumna jest null, PipelineBuffer daje ColumnIsNullException.Można sprawdzić, czy null przy pierwszym telefonicznej 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.