Share via


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
Public property ChunkSize Infrastructure. For more information, see ConnectionManagerFtpClass.
Public property Retries Infrastructure. For more information, see ConnectionManagerFtpClass.
Public property ServerName Infrastructure. For more information, see ConnectionManagerFtpClass.
Public property ServerPassword Infrastructure. For more information, see ConnectionManagerFtpClass.
Public property ServerPort Infrastructure. For more information, see ConnectionManagerFtpClass.
Public property ServerUserName Infrastructure. For more information, see ConnectionManagerFtpClass.
Public property Timeout Infrastructure. For more information, see ConnectionManagerFtpClass.
Public property UsePassiveMode Infrastructure. For more information, see ConnectionManagerFtpClass.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace