Udostępnij przez


Metoda IDTSBLOBObject100.PutData

Dodaje w określonej lokalizacji w bajtachIDTSBLOBObject100

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

Składnia

'Deklaracja
Sub PutData ( _
    dwOffset As UInteger, _
    ByRef lpPointer As Byte, _
    dwLength As UInteger, _
    <OutAttribute> ByRef lpdwRead As UInteger _
)
'Użycie
Dim instance As IDTSBLOBObject100
Dim dwOffset As UInteger
Dim lpPointer As Byte
Dim dwLength As UInteger
Dim lpdwRead As UInteger

instance.PutData(dwOffset, lpPointer, _
    dwLength, lpdwRead)
void PutData(
    uint dwOffset,
    ref byte lpPointer,
    uint dwLength,
    out uint lpdwRead
)
void PutData(
    [InAttribute] unsigned int dwOffset, 
    [InAttribute] unsigned char% lpPointer, 
    [InAttribute] unsigned int dwLength, 
    [OutAttribute] unsigned int% lpdwRead
)
abstract PutData : 
        dwOffset:uint32 * 
        lpPointer:byte byref * 
        dwLength:uint32 * 
        lpdwRead:uint32 byref -> unit 
function PutData(
    dwOffset : uint, 
    lpPointer : byte, 
    dwLength : uint, 
    lpdwRead : uint
)

Parametry

  • dwOffset
    Typ: System.UInt32
    Lokalizacja rozpocząć pisanie bajtów.

Uwagi

Metoda ta dodaje określonych bajtów do określonej lokalizacji kolekcja bajty przechowywane w IDTSBLOBObject100.

Nie można wywołać, jeśli IStream obiekt został już pobrany obiekt korzystania z GetStream metoda.