Condividi tramite


Membri BlobColumn

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

Il tipo BlobColumn espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico AddBlobData(array<Byte> [] () [] []) Adds binary data to a BlobColumn column.
Metodo pubblico AddBlobData(array<Byte> [] () [] [], Int32) Adds a specified number of bytes of binary data to a BlobColumn column.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetBlobData Returns the specified portion of the data in the column.
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ResetBlobData Deletes the contents of the column.
Metodo pubblico SetNull Sets the column value to null.
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ColumnInfo Gets read-only metadata about the column.
Proprietà pubblica IsNull Gets a value that indicates whether the column is null.
Proprietà pubblica Length Gets the length of the contents of the column.

In alto