Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Empties the bytes stored by an IDTSBLOBObject100.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub ResetData
'Usage
Dim instance As IDTSBLOBObject100
instance.ResetData()
void ResetData()
void ResetData()
abstract ResetData : unit -> unit
function ResetData()
Remarks
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.