AddData メソッド
IDTSBLOBObject100 オブジェクトにバイトを追加します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub AddData ( _
ByRef lpData As Byte, _
dwLength As UInteger _
)
'使用
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
)
パラメーター
- lpData
型: System. . :: . .Byte%
IDTSBLOBObject100 に追加するバイトを指すポインタです。
- dwLength
型: System. . :: . .UInt32
バイト数です。