FTPClientConnection100 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")>]
type FTPClientConnection100 = interface
interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
- 衍生
- 屬性
- 實作
屬性
| 名稱 | Description |
|---|---|
| ChunkSize | (繼承來源 IDTSFtpClientConnection100) |
| Retries | (繼承來源 IDTSFtpClientConnection100) |
| ServerName | (繼承來源 IDTSFtpClientConnection100) |
| ServerPassword | (繼承來源 IDTSFtpClientConnection100) |
| ServerPort | (繼承來源 IDTSFtpClientConnection100) |
| ServerUserName | (繼承來源 IDTSFtpClientConnection100) |
| Timeout | (繼承來源 IDTSFtpClientConnection100) |
| UsePassiveMode | (繼承來源 IDTSFtpClientConnection100) |