HttpClientConnection100Class.DownloadData メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ServerURL プロパティで指定されたリソースからダウンロードされたデータを含むバイト配列を返します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Public Overridable Function DownloadData As Byte()
'使用
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[]

戻り値

型: array<System.Byte[]
ダウンロードされたデータを含むバイト配列です。

実装

IDTSHttpClientConnection100.DownloadData()

関連項目

参照

HttpClientConnection100Class クラス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間