AddData Método
Adds bytes to an IDTSBLOBObject100 object.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Sub AddData ( _
ByRef lpData As Byte, _
dwLength As UInteger _
)
'Uso
Dim instance As IDTSBLOBObject100
Dim lpData As Byte
Dim dwLength As UInteger
instance.AddData(lpData, dwLength)
void AddData(
ref byte lpData,
uint dwLength
)
void AddData(
[InAttribute] unsigned char% lpData,
[InAttribute] unsigned int dwLength
)
abstract AddData :
lpData:byte byref *
dwLength:uint32 -> unit
function AddData(
lpData : byte,
dwLength : uint
)
Parámetros
- lpData
Tipo: System. . :: . .Byte%
A pointer to the bytes to add to the IDTSBLOBObject100.
- dwLength
Tipo: System. . :: . .UInt32
The number of bytes.
Vea también