Compartir a través de


IDTSHttpClientConnection100.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
Function OpenRead As IStream
'Uso
Dim instance As IDTSHttpClientConnection100 
Dim returnValue As IStream 

returnValue = instance.OpenRead()
IStream OpenRead()
IStream^ OpenRead()
abstract OpenRead : unit -> IStream
function OpenRead() : IStream

Valor devuelto

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

Comentarios

For more information, see HttpClientConnection100Class.

Vea también

Referencia

IDTSHttpClientConnection100 Interfaz

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