Compartir a través de


FTPClientConnection90Class.SendFiles Method

This method supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

For more information, see FtpClientConnection.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)

Sintaxis

'Declaración
<DispIdAttribute(19)> _
Public Overridable Sub SendFiles ( _
    <InAttribute> localFileNames As String(), _
    <InAttribute> remotePath As String, _
    <InAttribute> overWrite As Boolean, _
    <InAttribute> transferASCII As Boolean _
) Implements IDTSFtpClientConnection90.SendFiles
[DispIdAttribute(19)] 
public virtual void IDTSFtpClientConnection90.SendFiles (
    [InAttribute] string[] localFileNames,
    [InAttribute] string remotePath,
    [InAttribute] bool overWrite,
    [InAttribute] bool transferASCII
)
[DispIdAttribute(19)] 
public:
virtual void SendFiles (
    [InAttribute] array<String^>^ localFileNames, 
    [InAttribute] String^ remotePath, 
    [InAttribute] bool overWrite, 
    [InAttribute] bool transferASCII
) = IDTSFtpClientConnection90::SendFiles
J# permite el uso de implementaciones de interfaz explícita, pero no la declaración de otras nuevas.
JScript permite el uso de implementaciones de interfaz explícita, pero no la declaración de otras nuevas.

Parámetros

  • localFileNames
  • remotePath
  • overWrite
  • transferASCII

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

FTPClientConnection90Class Class
FTPClientConnection90Class Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace