Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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 (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function OpenRead As IStream
'Usage
Dim instance As IDTSHttpClientConnection100
Dim returnValue As IStream
returnValue = instance.OpenRead()
IStream OpenRead()
IStream^ OpenRead()
abstract OpenRead : unit -> IStream
function OpenRead() : IStream
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream
A stream used to read data from the resource.
Hinweise
For more information, see HttpClientConnection100Class.