Condividi tramite


Proprietà IDTSFTPTask.IsTransferTypeASCII

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

Gets or sets a value that indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode.

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

Sintassi

'Dichiarazione
Property IsTransferTypeASCII As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As IDTSFTPTask 
Dim value As Boolean 

value = instance.IsTransferTypeASCII

instance.IsTransferTypeASCII = value
bool IsTransferTypeASCII { get; set; }
property bool IsTransferTypeASCII {
    bool get ();
    void set (bool value);
}
abstract IsTransferTypeASCII : bool with get, set
function get IsTransferTypeASCII () : boolean 
function set IsTransferTypeASCII (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if the files transferred to and from the remote FTP server are transferred in ASCII mode; otherwise, false.

Vedere anche

Riferimento

IDTSFTPTask Interfaccia

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