次の方法で共有


IDTSFtpClientConnection90.ReceiveFiles Method

このメソッドは、SQL Server 2005 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

詳細については、「FTPClientConnection90Class」を参照してください。

名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (microsoft.sqlserver.dtsruntimewrap.dll 内)

構文

'宣言
<DispIdAttribute(17)> _
Sub ReceiveFiles ( _
    <InAttribute> remoteFileNames As String(), _
    <InAttribute> localPath As String, _
    <InAttribute> overWrite As Boolean, _
    <InAttribute> transferASCII As Boolean _
)
[DispIdAttribute(17)] 
void ReceiveFiles (
    [InAttribute] string[] remoteFileNames,
    [InAttribute] string localPath,
    [InAttribute] bool overWrite,
    [InAttribute] bool transferASCII
)
[DispIdAttribute(17)] 
void ReceiveFiles (
    [InAttribute] array<String^>^ remoteFileNames, 
    [InAttribute] String^ localPath, 
    [InAttribute] bool overWrite, 
    [InAttribute] bool transferASCII
)
/** @attribute DispIdAttribute(17) */ 
void ReceiveFiles (
    /** @attribute InAttribute() */ String[] remoteFileNames, 
    /** @attribute InAttribute() */ String localPath, 
    /** @attribute InAttribute() */ boolean overWrite, 
    /** @attribute InAttribute() */ boolean transferASCII
)
DispIdAttribute(17) 
function ReceiveFiles (
    remoteFileNames : String[], 
    localPath : String, 
    overWrite : boolean, 
    transferASCII : boolean
)

パラメータ

  • remoteFileNames
  • localPath
  • overWrite
  • transferASCII

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

IDTSFtpClientConnection90 Interface
IDTSFtpClientConnection90 Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace