Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.