다음을 통해 공유


DownloadData 메서드

Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
Public Function DownloadData As Byte()
‘사용 방법
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[]

반환 값

형식: array<System. . :: . .Byte> [] () [] []
Returns a byte array that contains the downloaded data.