Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that indicates whether files transferred to and from the remote FTP server should be transferred in ASCII mode.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.FtpTask
Ensamblado: Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)
Sintaxis
'Declaración
Property IsTransferTypeASCII As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if the files transferred to and from the remote FTP server are transferred in ASCII mode; otherwise, false.