Metodo HttpClientConnection100Class.OpenRead
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable Function OpenRead As IStream
'Utilizzo
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
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream
A Stream used to read data from the resource.
Implementa
IDTSHttpClientConnection100.OpenRead()