다음을 통해 공유


IDTSBLOBObject100.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.

참고 항목

참조

IDTSBLOBObject100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스