Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: System.Boolean
true if the files transferred to and from the remote FTP server are transferred in ASCII mode; otherwise, false.