SendFiles メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Public Overridable Sub SendFiles ( _
localFileNames As String(), _
remotePath As String, _
overWrite As Boolean, _
transferASCII As Boolean _
)
'使用
Dim instance As FTPClientConnection100Class
Dim localFileNames As String()
Dim remotePath As String
Dim overWrite As Boolean
Dim transferASCII As Boolean
instance.SendFiles(localFileNames, remotePath, _
overWrite, transferASCII)
public virtual void SendFiles(
string[] localFileNames,
string remotePath,
bool overWrite,
bool transferASCII
)
public:
virtual 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
override SendFiles :
localFileNames:string[] *
remotePath:string *
overWrite:bool *
transferASCII:bool -> unit
public function SendFiles(
localFileNames : String[],
remotePath : String,
overWrite : boolean,
transferASCII : boolean
)
パラメーター
- localFileNames
型: array<System. . :: . .String> [] () [] []
- remotePath
型: System. . :: . .String
- overWrite
型: System. . :: . .Boolean
- transferASCII
型: System. . :: . .Boolean
実装
IDTSFtpClientConnection100. . :: . .SendFiles(array<String> [] () [] [], String, Boolean, Boolean)