IDTSBLOBObject100.GetStream Method

Definition

Gets an IStream object that can be used to read or write bytes in an IDTSBLOBObject100.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IStream ^ GetStream();
[System.Runtime.InteropServices.DispId(107)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream GetStream ();
[<System.Runtime.InteropServices.DispId(107)>]
abstract member GetStream : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream
Public Function GetStream () As IStream

Returns

An IStream object.

Attributes

Remarks

The IStream pointer can be used to read and write bytes in the IDTSBLOBObject100.

Applies to