GetBlobData メソッド
列内のデータの指定部分を返します。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)
構文
'宣言
Public Function GetBlobData ( _
offset As Integer, _
count As Integer _
) As Byte()
'使用
Dim instance As BlobColumn
Dim offset As Integer
Dim count As Integer
Dim returnValue As Byte()
returnValue = instance.GetBlobData(offset, _
count)
public byte[] GetBlobData(
int offset,
int count
)
public:
array<unsigned char>^ GetBlobData(
int offset,
int count
)
member GetBlobData :
offset:int *
count:int -> byte[]
public function GetBlobData(
offset : int,
count : int
) : byte[]
パラメーター
- offset
型: System. . :: . .Int32
データの取得を開始するバイト インデックスです。
- count
型: System. . :: . .Int32
取得するデータのバイト数です。
戻り値
型: array<System. . :: . .Byte> [] () [] []
列内のデータの指定部分を含むバイトの配列です。