Compartir a través de


GetBlobData Método

Returns the specified portion of the data in the column.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
Public Function GetBlobData ( _
    offset As Integer, _
    count As Integer _
) As Byte()
'Uso
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[]

Parámetros

Valor devuelto

Tipo: array<System. . :: . .Byte> [] () [] []
An array of bytes that contains the specified portion of the data in the column.