Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function DownloadData As Byte()
'Usage
Dim instance As HttpClientConnection
Dim returnValue As Byte()
returnValue = instance.DownloadData()
public byte[] DownloadData()
public:
array<unsigned char>^ DownloadData()
member DownloadData : unit -> byte[]
public function DownloadData() : byte[]
Return Value
Type: array<System.Byte[]
A byte array that contains the downloaded data.