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