Compartir a través de


BlobColumn Miembros

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

El tipo BlobColumn expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico AddBlobData(array<Byte> [] () [] []) Adds binary data to a BlobColumn column.
Método publico AddBlobData(array<Byte> [] () [] [], Int32) Adds a specified number of bytes of binary data to a BlobColumn column.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBlobData Returns the specified portion of the data in the column.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ResetBlobData Deletes the contents of the column.
Método publico SetNull Sets the column value to null.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ColumnInfo Gets read-only metadata about the column.
Propiedad pública IsNull Gets a value that indicates whether the column is null.
Propiedad pública Length Gets the length of the contents of the column.

Principio