Metoda IDTSBuffer100.SetStatus
Ustawia informacje o stanie kolumna w IDTSBuffer100.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub SetStatus ( _
hRow As Integer, _
hCol As Integer, _
dbStatus As UInteger _
)
'Użycie
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim dbStatus As UInteger
instance.SetStatus(hRow, hCol, dbStatus)
void SetStatus(
int hRow,
int hCol,
uint dbStatus
)
void SetStatus(
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] unsigned int dbStatus
)
abstract SetStatus :
hRow:int *
hCol:int *
dbStatus:uint32 -> unit
function SetStatus(
hRow : int,
hCol : int,
dbStatus : uint
)
Parametry
- hRow
Typ: System.Int32
Dojście do wiersza.
- hCol
Typ: System.Int32
Uchwyt kolumna.
- dbStatus
Typ: System.UInt32
Informacje o stanie kolumna.
Uwagi
Ta metoda jest używana do zestaw informacje o kolumnie w stanie IDTSBuffer100 za pomocą flag w DTPSTATUSENUM.Jeśli bufor nie jest tworzony z BUFF_NOOLEDB jest flaga, a następnie wartość dopuszczalna tylko stanu DTPSTATUS_OK lub DTPSTATUS_ISNULL.
Zobacz także