IDTSConnectionManagerFtp100 Interface

This API supports the 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("D900C93C-50D6-43BD-8BD4-A1A4F5A3CF5E")> _
Public Interface IDTSConnectionManagerFtp100
'Usage
Dim instance As IDTSConnectionManagerFtp100
[GuidAttribute("D900C93C-50D6-43BD-8BD4-A1A4F5A3CF5E")]
public interface IDTSConnectionManagerFtp100
[GuidAttribute(L"D900C93C-50D6-43BD-8BD4-A1A4F5A3CF5E")]
public interface class IDTSConnectionManagerFtp100
[<GuidAttribute("D900C93C-50D6-43BD-8BD4-A1A4F5A3CF5E")>]
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