Membros IDTSBLOBObject100
Used to read and write bytes to a column in an IDTSBuffer100 object.
O tipo IDTSBLOBObject100 expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
AddData | Adds bytes to an IDTSBLOBObject100 object. | |
GetData | Retrieves the specified number of bytes from an IDTSBLOBObject100 object. | |
GetStream | Gets an IStream object that can be used to read or write bytes in an IDTSBLOBObject100. | |
PutData | Adds bytes in a specific location in the IDTSBLOBObject100 | |
ResetData | Empties the bytes stored by an IDTSBLOBObject100. | |
SetFromStream | Adds bytes to an IDTSBLOBObject100 from an ISequentialStream object. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Length | Gets the number of bytes stored in an IDTSBLOBObject100. | |
SpoolThreshold | Gets or sets the number of bytes to store in memory before writing to a temporary file. |
Início
Consulte também