IDTSConnectionManagerFtp100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see ConnectionManagerFtpClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("E45FA841-71F5-4317-B30F-B89E1DBBF7A5")> _
Public Interface IDTSConnectionManagerFtp100
'Usage
Dim instance As IDTSConnectionManagerFtp100
[GuidAttribute("E45FA841-71F5-4317-B30F-B89E1DBBF7A5")]
public interface IDTSConnectionManagerFtp100
[GuidAttribute(L"E45FA841-71F5-4317-B30F-B89E1DBBF7A5")]
public interface class IDTSConnectionManagerFtp100
[<GuidAttribute("E45FA841-71F5-4317-B30F-B89E1DBBF7A5")>]
type IDTSConnectionManagerFtp100 = interface end
public interface IDTSConnectionManagerFtp100
The IDTSConnectionManagerFtp100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ChunkSize | Infrastructure. For more information, see ConnectionManagerFtpClass. | |
Retries | Infrastructure. For more information, see ConnectionManagerFtpClass. | |
ServerName | Infrastructure. For more information, see ConnectionManagerFtpClass. | |
ServerPassword | Infrastructure. For more information, see ConnectionManagerFtpClass. | |
ServerPort | Infrastructure. For more information, see ConnectionManagerFtpClass. | |
ServerUserName | Infrastructure. For more information, see ConnectionManagerFtpClass. | |
Timeout | Infrastructure. For more information, see ConnectionManagerFtpClass. | |
UsePassiveMode | Infrastructure. For more information, see ConnectionManagerFtpClass. |
Top