Interface IDTSFTPTask

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly :  Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)

Syntaxe

'Déclaration
Public Interface IDTSFTPTask
'Utilisation
Dim instance As IDTSFTPTask
public interface IDTSFTPTask
public interface class IDTSFTPTask
type IDTSFTPTask =  interface end
public interface IDTSFTPTask

Le type IDTSFTPTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Connection Infrastructure.
Propriété publique IsLocalPathVariable Infrastructure.
Propriété publique IsRemotePathVariable Infrastructure.
Propriété publique IsTransferTypeASCII Infrastructure.
Propriété publique LocalPath Infrastructure.
Propriété publique Operation Infrastructure.
Propriété publique OperationName Infrastructure.
Propriété publique OverwriteDestination Infrastructure.
Propriété publique RemotePath Infrastructure.
Propriété publique StopOnOperationFailure Infrastructure.

Haut de la page