Méthode ReceiveFiles
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see FTPClientConnection100Class.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub ReceiveFiles ( _
remoteFileNames As String(), _
localPath As String, _
overWrite As Boolean, _
transferASCII As Boolean _
)
'Utilisation
Dim instance As IDTSFtpClientConnection100
Dim remoteFileNames As String()
Dim localPath As String
Dim overWrite As Boolean
Dim transferASCII As Boolean
instance.ReceiveFiles(remoteFileNames, _
localPath, overWrite, transferASCII)
void ReceiveFiles(
string[] remoteFileNames,
string localPath,
bool overWrite,
bool transferASCII
)
void ReceiveFiles(
[InAttribute] array<String^>^ remoteFileNames,
[InAttribute] String^ localPath,
[InAttribute] bool overWrite,
[InAttribute] bool transferASCII
)
abstract ReceiveFiles :
remoteFileNames:string[] *
localPath:string *
overWrite:bool *
transferASCII:bool -> unit
function ReceiveFiles(
remoteFileNames : String[],
localPath : String,
overWrite : boolean,
transferASCII : boolean
)
Paramètres
- remoteFileNames
Type : array<System. . :: . .String> [] () [] []
- localPath
Type : System. . :: . .String
- overWrite
Type : System. . :: . .Boolean
- transferASCII
Type : System. . :: . .Boolean