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

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

Valore restituito

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

Osservazioni

For more information, see HttpClientConnection100Class.

Vedere anche

Riferimento

IDTSHttpClientConnection100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper