Класс BlobColumn
Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Dts.Pipeline..::..BlobColumn
Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)
Синтаксис
'Декларация
Public Class BlobColumn
'Применение
Dim instance As BlobColumn
public class BlobColumn
public ref class BlobColumn
type BlobColumn = class end
public class BlobColumn
Тип BlobColumn обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
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. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
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.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)