Dela via


IDTSFTPTask Interface

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly:  Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)

Syntax

'Declaration
Public Interface IDTSFTPTask
'Usage
Dim instance As IDTSFTPTask
public interface IDTSFTPTask
public interface class IDTSFTPTask
type IDTSFTPTask =  interface end
public interface IDTSFTPTask

The IDTSFTPTask type exposes the following members.

Properties

  Name Description
Public property Connection Infrastructure.
Public property IsLocalPathVariable Infrastructure.
Public property IsRemotePathVariable Infrastructure.
Public property IsTransferTypeASCII Infrastructure.
Public property LocalPath Infrastructure.
Public property Operation Infrastructure.
Public property OperationName Infrastructure.
Public property OverwriteDestination Infrastructure.
Public property RemotePath Infrastructure.
Public property StopOnOperationFailure Infrastructure.

Top