ResetData 方法

Empties the bytes stored by an IDTSBLOBObject100.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Sub ResetData
用法
Dim instance As IDTSBLOBObject100

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

注释

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.