Condividi tramite


Interfaccia IDTSFTPTask

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines the properties for the FTP task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly:  Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)

Sintassi

'Dichiarazione
Public Interface IDTSFTPTask
'Utilizzo
Dim instance As IDTSFTPTask
public interface IDTSFTPTask
public interface class IDTSFTPTask
type IDTSFTPTask =  interface end
public interface IDTSFTPTask

Nel tipo IDTSFTPTask sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Connection Infrastruttura. Gets or sets the connection name of the FTP connection manager used by the task.
Proprietà pubblica IsLocalPathVariable Infrastruttura. Gets or sets a value that indicates whether the local path is stored in a variable or a FILE connection manager.
Proprietà pubblica IsRemotePathVariable Infrastruttura. Gets or sets a value that indicates whether the remote path is stored in a variable.
Proprietà pubblica IsTransferTypeASCII Infrastruttura. Gets or sets a value that indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode.
Proprietà pubblica LocalPath Infrastruttura. Gets or sets the local path to use.
Proprietà pubblica Operation Infrastruttura. Gets or sets the FTP operation to perform.
Proprietà pubblica OperationName Infrastruttura. Gets or sets a unique name of the operation for the FTP task.
Proprietà pubblica OverwriteDestination Infrastruttura. Gets or sets a value that indicates whether a file at the destination can be overwritten.
Proprietà pubblica RemotePath Infrastruttura. Gets or sets the remote path to use.
Proprietà pubblica StopOnOperationFailure Infrastruttura. Gets or sets a value that indicates whether the FTP task terminates when the FTP operation fails.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FtpTask