DownloadData méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable Function DownloadData As Byte()
'Utilisation
Dim instance As HttpClientConnection100Class
Dim returnValue As Byte()
returnValue = instance.DownloadData()
public virtual byte[] DownloadData()
public:
virtual array<unsigned char>^ DownloadData()
abstract DownloadData : unit -> byte[]
override DownloadData : unit -> byte[]
public function DownloadData() : byte[]
Valeur de retour
Type : array<System. . :: . .Byte> [] () [] []
Implémente
IDTSHttpClientConnection100. . :: . .DownloadData() () () ()