IDTSFTPTask.IsTransferTypeASCII Proprietà

Definizione

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. Ottiene o imposta un valore che indica se i file ricevuti e inviati dal server FTP remoto devono essere trasferiti in modalità ASCII.

public:
 property bool IsTransferTypeASCII { bool get(); void set(bool value); };
public bool IsTransferTypeASCII { get; set; }
member this.IsTransferTypeASCII : bool with get, set
Public Property IsTransferTypeASCII As Boolean

Valore della proprietà

true se i file ricevuti e inviati dal server FTP remoto vengono trasferiti in modalità ASCII; in caso contrario, false.

Si applica a