Compartir a través de


IDTSFtpClientConnection100.ReceiveFiles Método

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

Receives files from a remote location..

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

Sintaxis

'Declaración
Sub ReceiveFiles ( _
    remoteFileNames As String(), _
    localPath As String, _
    overWrite As Boolean, _
    transferASCII As Boolean _
)
'Uso
Dim instance As IDTSFtpClientConnection100 
Dim remoteFileNames As String()
Dim localPath As String 
Dim overWrite As Boolean 
Dim transferASCII As Boolean

instance.ReceiveFiles(remoteFileNames, _
    localPath, overWrite, transferASCII)
void ReceiveFiles(
    string[] remoteFileNames,
    string localPath,
    bool overWrite,
    bool transferASCII
)
void ReceiveFiles(
    [InAttribute] array<String^>^ remoteFileNames, 
    [InAttribute] String^ localPath, 
    [InAttribute] bool overWrite, 
    [InAttribute] bool transferASCII
)
abstract ReceiveFiles : 
        remoteFileNames:string[] * 
        localPath:string * 
        overWrite:bool * 
        transferASCII:bool -> unit
function ReceiveFiles(
    remoteFileNames : String[], 
    localPath : String, 
    overWrite : boolean, 
    transferASCII : boolean
)

Parámetros

  • remoteFileNames
    Tipo: array<System.String[]
    The remote filename.
  • overWrite
    Tipo: System.Boolean
    True if the file will overwrite the existing file; otherwise, false.
  • transferASCII
    Tipo: System.Boolean
    True if the file transfers ASCII; otherwise, false.

Vea también

Referencia

IDTSFtpClientConnection100 Interfaz

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