Clase BlobColumn
Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dts.Pipeline.BlobColumn
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Sintaxis
'Declaración
Public Class BlobColumn
'Uso
Dim instance As BlobColumn
public class BlobColumn
public ref class BlobColumn
type BlobColumn = class end
public class BlobColumn
El tipo BlobColumn expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
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 | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBlobData | Returns the specified portion of the data in the column. | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ResetBlobData | Deletes the contents of the column. | |
SetNull | Sets the column value to null. | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.