BlobColumn 成員
Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.
BlobColumn 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
![]() |
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 | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetBlobData | Returns the specified portion of the data in the column. |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ResetBlobData | Deletes the contents of the column. |
![]() |
SetNull | Sets the column value to null. |
![]() |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
![]() |
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. |
頂端