Поделиться через


BlobColumn.GetBlobData Method

Returns the specified portion of the data in the column.

Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Синтаксис

'Декларация
Public Function GetBlobData ( _
    offset As Integer, _
    count As Integer _
) As Byte()
public byte[] GetBlobData (
    int offset,
    int count
)
public:
array<unsigned char>^ GetBlobData (
    int offset, 
    int count
)
public byte[] GetBlobData (
    int offset, 
    int count
)
public function GetBlobData (
    offset : int, 
    count : int
) : byte[]

Параметры

  • offset
    The byte index at which to begin retrieving data.
  • count
    The number of bytes of data to retrieve.

Возвращаемое значение

An array of bytes that contains the specified portion of the data in the column.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

BlobColumn Class
BlobColumn Members
Microsoft.SqlServer.Dts.Pipeline Namespace