Compartir a través de


HttpClientConnection100Class.OpenRead Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable Function OpenRead As IStream
'Uso
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

Valor devuelto

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream
A Stream used to read data from the resource.

Implementa

IDTSHttpClientConnection100.OpenRead()

Vea también

Referencia

HttpClientConnection100Class Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper