Поделиться через


Метод HttpClientConnection100Class.DownloadFile

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Downloads data from the resource specified by ServerURL property to a local file.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Overridable Sub DownloadFile ( _
    FileName As String, _
    vbOverwriteDestination As Boolean _
)
'Применение
Dim instance As HttpClientConnection100Class 
Dim FileName As String 
Dim vbOverwriteDestination As Boolean

instance.DownloadFile(FileName, vbOverwriteDestination)
public virtual void DownloadFile(
    string FileName,
    bool vbOverwriteDestination
)
public:
virtual void DownloadFile(
    [InAttribute] String^ FileName, 
    [InAttribute] bool vbOverwriteDestination
)
abstract DownloadFile : 
        FileName:string * 
        vbOverwriteDestination:bool -> unit  
override DownloadFile : 
        FileName:string * 
        vbOverwriteDestination:bool -> unit
public function DownloadFile(
    FileName : String, 
    vbOverwriteDestination : boolean
)

Параметры

  • FileName
    Тип: System.String
    The name of the local file into which the downloaded data is stored.
  • vbOverwriteDestination
    Тип: System.Boolean
    A Boolean that indicates whether to overwrite an existing file, if found. A value of true will overwrite the existing file.

Реализует

IDTSHttpClientConnection100.DownloadFile(String, Boolean)

См. также

Справочник

HttpClientConnection100Class Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper