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.
Gets or sets a value that indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode.
Namespace: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly: Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)
Syntax
'Declaration
Property IsTransferTypeASCII As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true if the files transferred to and from the remote FTP server are transferred in ASCII mode; otherwise, false.