Metoda IDTSBuffer100.IsNull
Sprawdza, czy określona kolumna jest null.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub IsNull ( _
hRow As Integer, _
hCol As Integer, _
<OutAttribute> ByRef pfNull As Boolean _
)
'Użycie
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim pfNull As Boolean
instance.IsNull(hRow, hCol, pfNull)
void IsNull(
int hRow,
int hCol,
out bool pfNull
)
void IsNull(
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] [OutAttribute] bool% pfNull
)
abstract IsNull :
hRow:int *
hCol:int *
pfNull:bool byref -> unit
function IsNull(
hRow : int,
hCol : int,
pfNull : boolean
)
Parametry
- hRow
Typ: System.Int32
Uchwyt wiersza.
- hCol
Typ: System.Int32
Uchwyt kolumna.
- pfNull
Typ: System.Boolean%
out Parametr, który wskazuje, czy wartość kolumna jest null.
Uwagi
Metoda ta sprawdza, czy dane przechowywane kolumna bufor jest null lub pusty.Zarządzane składnik przepływ danych deweloperzy nie wywołać tej metoda, ale zamiast tego użyj IsNull metoda zarządzanych PipelineBuffer klasy
Zobacz także