Metoda IDTSFtpClientConnection100.SendFiles
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat FTPClientConnection100Class.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Sub SendFiles ( _
localFileNames As String(), _
remotePath As String, _
overWrite As Boolean, _
transferASCII As Boolean _
)
'Użycie
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
)
Parametry
- localFileNames
Typ: array<System.String[]
- remotePath
Typ: System.String
- overWrite
Typ: System.Boolean
- transferASCII
Typ: System.Boolean
Zobacz także