BlobColumn Class

 

Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.

Namespace:   Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

System::Object
  Microsoft.SqlServer.Dts.Pipeline::BlobColumn

public ref class BlobColumn 

NameDescription
System_CAPS_pubpropertyColumnInfo

Gets read-only metadata about the column.

System_CAPS_pubpropertyIsNull

Gets a value that indicates whether the column is null.

System_CAPS_pubpropertyLength

Gets the length of the contents of the column.

NameDescription
System_CAPS_pubmethodAddBlobData(array<Byte>^)

Adds binary data to a BlobColumn column.

System_CAPS_pubmethodAddBlobData(array<Byte>^, Int32)

Adds a specified number of bytes of binary data to a BlobColumn column.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBlobData(Int32, Int32)

Returns the specified portion of the data in the column.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResetBlobData()

Deletes the contents of the column.

System_CAPS_pubmethodSetNull()

Sets the column value to null.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: