다음을 통해 공유


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.
  • 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.

참고 항목

참조

IDTSFtpClientConnection100 인터페이스

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스