Interface IDTSFTPTask
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly: Microsoft.SqlServer.FtpTask (em Microsoft.SqlServer.FtpTask.dll)
Sintaxe
'Declaração
Public Interface IDTSFTPTask
'Uso
Dim instance As IDTSFTPTask
public interface IDTSFTPTask
public interface class IDTSFTPTask
type IDTSFTPTask = interface end
public interface IDTSFTPTask
O tipo IDTSFTPTask expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Connection | Infraestrutura. | |
IsLocalPathVariable | Infraestrutura. | |
IsRemotePathVariable | Infraestrutura. | |
IsTransferTypeASCII | Infraestrutura. | |
LocalPath | Infraestrutura. | |
Operation | Infraestrutura. | |
OperationName | Infraestrutura. | |
OverwriteDestination | Infraestrutura. | |
RemotePath | Infraestrutura. | |
StopOnOperationFailure | Infraestrutura. |
Início