Partager via


Membres BlobColumn

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

Le type BlobColumn expose les membres suivants.

Méthodes

  Nom Description
Méthode publique AddBlobData(array<Byte> [] () [] []) Adds binary data to a BlobColumn column.
Méthode publique AddBlobData(array<Byte> [] () [] [], Int32) Adds a specified number of bytes of binary data to a BlobColumn column.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetBlobData Returns the specified portion of the data in the column.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ResetBlobData Deletes the contents of the column.
Méthode publique SetNull Sets the column value to null.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ColumnInfo Gets read-only metadata about the column.
Propriété publique IsNull Gets a value that indicates whether the column is null.
Propriété publique Length Gets the length of the contents of the column.

Haut de la page