AddBlobData 메서드 (Int32, Byte[])
Adds an array of bytes to a PipelineBuffer column.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
Public Sub AddBlobData ( _
columnIndex As Integer, _
data As Byte() _
)
‘사용 방법
Dim instance As PipelineBuffer
Dim columnIndex As Integer
Dim data As Byte()
instance.AddBlobData(columnIndex, data)
public void AddBlobData(
int columnIndex,
byte[] data
)
public:
void AddBlobData(
int columnIndex,
array<unsigned char>^ data
)
member AddBlobData :
columnIndex:int *
data:byte[] -> unit
public function AddBlobData(
columnIndex : int,
data : byte[]
)
매개 변수
- columnIndex
유형: System. . :: . .Int32
The index of the PipelineBuffer column to which the array of bytes will be appended.
- data
유형: array<System. . :: . .Byte> [] () [] []
The array of bytes that is appended to the PipelineBuffer object.
주의
Appends an array of bytes to a PipelineBuffer column.
This method works with the following Integration Services data types:
For a complete list of Integration Services data types and the corresponding Get and Set methods of the PipelineBuffer class to use with each type, see 데이터 흐름의 데이터 형식 작업.