IDTSFtpClientConnection100.ReceiveFiles 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Receives files from a remote location..
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Sub ReceiveFiles ( _
remoteFileNames As String(), _
localPath As String, _
overWrite As Boolean, _
transferASCII As Boolean _
)
用法
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
)
参数
- remoteFileNames
类型:array<System.String[]
The remote filename.
- localPath
类型:System.String
The destination path.
- overWrite
类型:System.Boolean
True if the file will overwrite the existing file; otherwise, false.
- transferASCII
类型:System.Boolean
True if the file transfers ASCII; otherwise, false.