Compartir a través de


IDTSHttpClientConnection100.DownloadFile Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub DownloadFile ( _
    FileName As String, _
    vbOverwriteDestination As Boolean _
)
'Uso
Dim instance As IDTSHttpClientConnection100 
Dim FileName As String 
Dim vbOverwriteDestination As Boolean

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

Parámetros

  • FileName
    Tipo: System.String
    The name of the local file into which the downloaded data is stored.
  • vbOverwriteDestination
    Tipo: System.Boolean
    True to overwrite the existing file; otherwise, false.

Comentarios

For more information, see HttpClientConnection100Class.

Vea también

Referencia

IDTSHttpClientConnection100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper