Элементы BlobColumn

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

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

Методы

  Имя Описание
Открытый метод 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.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало