Compartilhar via


Método IDTSHttpClientConnection100.OpenRead

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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 (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 de retorno

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

Comentários

For more information, see HttpClientConnection100Class.

Consulte também

Referência

IDTSHttpClientConnection100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper