Partager via


Propriété IDTSFTPTask.IsTransferTypeASCII

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly :  Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)

Syntaxe

'Déclaration
Property IsTransferTypeASCII As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSFTPTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.FtpTask