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


Класс BlobColumn

Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dts.Pipeline.BlobColumn

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

Синтаксис

'Декларация
Public Class BlobColumn
'Применение
Dim instance As BlobColumn
public class BlobColumn
public ref class BlobColumn
type BlobColumn =  class end
public class BlobColumn

Тип BlobColumn обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ColumnInfo Gets read-only metadata about the column.
Открытое свойство IsNull Gets a value that indicates whether the column is null.
Открытое свойство Length Gets the length of the contents of the column.

В начало

Методы

  Имя Описание
Открытый метод AddBlobData(array<Byte[]) Adds binary data to a BlobColumn column.
Открытый метод AddBlobData(array<Byte[], Int32) Adds a specified number of bytes of binary data to a BlobColumn column.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBlobData Returns the specified portion of the data in the column.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ResetBlobData Deletes the contents of the column.
Открытый метод SetNull Sets the column value to null.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Pipeline