SendFiles 메서드
이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap.dll의 Microsoft.SqlServer.DTSRuntimeWrap
구문
‘선언
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)