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 | |
---|---|---|
AddBlobData(array<Byte> [] () [] []) | Adds binary data to a BlobColumn column. | |
AddBlobData(array<Byte> [] () [] [], Int32) | Adds a specified number of bytes of binary data to a BlobColumn column. | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetBlobData | Returns the specified portion of the data in the column. | |
GetHashCode | (Hérité de Object.) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
ResetBlobData | Deletes the contents of the column. | |
SetNull | Sets the column value to null. | |
ToString | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ColumnInfo | Gets read-only metadata about the column. | |
IsNull | Gets a value that indicates whether the column is null. | |
Length | Gets the length of the contents of the column. |
Haut de la page