Compartir a través de


IDTSBLOBObject100.ResetData Método

Empties the bytes stored by an IDTSBLOBObject100.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Sub ResetData
'Uso
Dim instance As IDTSBLOBObject100

instance.ResetData()
void ResetData()
void ResetData()
abstract ResetData : unit -> unit
function ResetData()

Comentarios

This method deletes the bytes stored by the IDTSBLOBObject100. If the bytes are stored in memory, the memory is freed; if a file has been created, it is deleted.

Vea también

Referencia

IDTSBLOBObject100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper