FTPClientConnection90Class.ReceiveFiles 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.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
'Декларация
<DispIdAttribute(17)> _
Public Overridable Sub ReceiveFiles ( _
<InAttribute> remoteFileNames As String(), _
<InAttribute> localPath As String, _
<InAttribute> overWrite As Boolean, _
<InAttribute> transferASCII As Boolean _
) Implements IDTSFtpClientConnection90.ReceiveFiles
[DispIdAttribute(17)]
public virtual void IDTSFtpClientConnection90.ReceiveFiles (
[InAttribute] string[] remoteFileNames,
[InAttribute] string localPath,
[InAttribute] bool overWrite,
[InAttribute] bool transferASCII
)
[DispIdAttribute(17)]
public:
virtual void ReceiveFiles (
[InAttribute] array<String^>^ remoteFileNames,
[InAttribute] String^ localPath,
[InAttribute] bool overWrite,
[InAttribute] bool transferASCII
) = IDTSFtpClientConnection90::ReceiveFiles
J# поддерживает использование явных реализаций интерфейса, но не объявление новых.
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
- remoteFileNames
- localPath
- overWrite
- transferASCII
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.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
FTPClientConnection90Class Class
FTPClientConnection90Class Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace