BlobColumn Members
Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.
The following tables list the members exposed by the BlobColumn type.
Public Properties
Nombre | Description | |
---|---|---|
ColumnInfo | Gets read-only metadata about the column.This property is not CLS-compliant. | |
IsNull | Gets a value that indicates whether the column is null. | |
Length | Gets the length of the contents of the column.This property is not CLS-compliant. |
Arriba
Public Methods
(see also Protected Methods )
Nombre | Description | |
---|---|---|
AddBlobData | Inserts binary data into the column. | |
Equals | Overloaded. (inherited from Object ) | |
GetBlobData | Returns the specified portion of the data in the column. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ResetBlobData | Deletes the contents of the column. | |
SetNull | Sets the column value to null. | |
ToString | (inherited from Object ) |
Arriba
Protected Methods
Nombre | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Arriba