IDTSFtpClientConnection100.SendFiles メソッド

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

ファイルをリモートの場所に送信します。

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

構文

'宣言
Sub SendFiles ( _
    localFileNames As String(), _
    remotePath As String, _
    overWrite As Boolean, _
    transferASCII As Boolean _
)
'使用
Dim instance As IDTSFtpClientConnection100 
Dim localFileNames As String()
Dim remotePath As String 
Dim overWrite As Boolean 
Dim transferASCII As Boolean

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

パラメーター

  • localFileNames
    型: array<System.String[]
    ローカル ファイルの名前です。
  • overWrite
    型: System.Boolean
    既存のファイルを上書きする場合は true、上書きしない場合は false です。
  • transferASCII
    型: System.Boolean
    ファイルを ASCII モードで転送する場合は true、それ以外の場合は false です。

関連項目

参照

IDTSFtpClientConnection100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間