Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Defines the properties for the FTP task.
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
Der IDTSFTPTask-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Connection | Infrastruktur Gets or sets the connection name of the FTP connection manager used by the task. |
![]() |
IsLocalPathVariable | Infrastruktur Gets or sets a value that indicates whether the local path is stored in a variable or a FILE connection manager. |
![]() |
IsRemotePathVariable | Infrastruktur Gets or sets a value that indicates whether the remote path is stored in a variable. |
![]() |
IsTransferTypeASCII | Infrastruktur Gets or sets a value that indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode. |
![]() |
LocalPath | Infrastruktur Gets or sets the local path to use. |
![]() |
Operation | Infrastruktur Gets or sets the FTP operation to perform. |
![]() |
OperationName | Infrastruktur Gets or sets a unique name of the operation for the FTP task. |
![]() |
OverwriteDestination | Infrastruktur Gets or sets a value that indicates whether a file at the destination can be overwritten. |
![]() |
RemotePath | Infrastruktur Gets or sets the remote path to use. |
![]() |
StopOnOperationFailure | Infrastruktur Gets or sets a value that indicates whether the FTP task terminates when the FTP operation fails. |
Zum Anfang
.gif)