Udostępnij za pośrednictwem


Metoda IDTSBuffer100.SetData

Przypisuje danych do kolumna w IDTSBuffer100.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw:  Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)

Składnia

'Deklaracja
Sub SetData ( _
    hRow As Integer, _
    hCol As Integer, _
    ByRef pData As DTP_VARIANT _
)
'Użycie
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim pData As DTP_VARIANT

instance.SetData(hRow, hCol, pData)
void SetData(
    int hRow,
    int hCol,
    ref DTP_VARIANT pData
)
void SetData(
    [InAttribute] int hRow, 
    [InAttribute] int hCol, 
    [InAttribute] DTP_VARIANT% pData
)
abstract SetData : 
        hRow:int * 
        hCol:int * 
        pData:DTP_VARIANT byref -> unit 
function SetData(
    hRow : int, 
    hCol : int, 
    pData : DTP_VARIANT
)

Parametry

Uwagi

Ta metoda jest używana do przypisywania danych do kolumna określonej w IDTSBuffer100.Deweloperzy składników zarządzanych nie należy używać tej metoda, ale zamiast tego należy użyć metod zarządzanych PipelineBuffer klasy