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.
Gets an IStream object that can be used to read or write bytes in an IDTSBLOBObject100.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function GetStream As IStream
'Usage
Dim instance As IDTSBLOBObject100
Dim returnValue As IStream
returnValue = instance.GetStream()
IStream GetStream()
IStream^ GetStream()
abstract GetStream : unit -> IStream
function GetStream() : IStream
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream
An IStream object.
Remarks
The IStream pointer can be used to read and write bytes in the IDTSBLOBObject100.