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 | |
---|---|---|
Connection | Infrastructure. | |
IsLocalPathVariable | Infrastructure. | |
IsRemotePathVariable | Infrastructure. | |
IsTransferTypeASCII | Infrastructure. | |
LocalPath | Infrastructure. | |
Operation | Infrastructure. | |
OperationName | Infrastructure. | |
OverwriteDestination | Infrastructure. | |
RemotePath | Infrastructure. | |
StopOnOperationFailure | Infrastructure. |
Top