BlobColumn-Member
Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.
Der BlobColumn-Typ macht die folgenden Member verfügbar.
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
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 | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetBlobData | Returns the specified portion of the data in the column. |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ResetBlobData | Deletes the contents of the column. |
![]() |
SetNull | Sets the column value to null. |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
.gif)
.gif)
.gif)