BlobColumn Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.
public ref class BlobColumn
public class BlobColumn
type BlobColumn = class
Public Class BlobColumn
- Inheritance
-
BlobColumn
Properties
ColumnInfo |
Gets the column information of the pipeline buffer. |
IsNull |
Gets a value that indicates whether the column is null. |
Length |
Gets the length of the contents of the column. |
Methods
AddBlobData(Byte[], Int32) |
Adds a specified number of bytes of binary data to a BlobColumn column. |
AddBlobData(Byte[]) |
Adds binary data to a BlobColumn column. |
GetBlobData(Int32, Int32) |
Returns the specified portion of the data in the column. |
ResetBlobData() |
Deletes the contents of the column. |
SetNull() |
Sets the column value to null. |