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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Function OpenRead As IStream
'Usage
Dim instance As HttpClientConnection100Class
Dim returnValue As IStream
returnValue = instance.OpenRead()
public virtual IStream OpenRead()
public:
virtual IStream^ OpenRead()
abstract OpenRead : unit -> IStream
override OpenRead : unit -> IStream
public function OpenRead() : IStream
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream
A Stream used to read data from the resource.
Implements
IDTSHttpClientConnection100.OpenRead()