ConnectionManagerFtpClass.UsePassiveMode Propiedad
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 the task sends and receives files in passive mode.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Property UsePassiveMode As Boolean
Get
Set
'Uso
Dim instance As ConnectionManagerFtpClass
Dim value As Boolean
value = instance.UsePassiveMode
instance.UsePassiveMode = value
public virtual bool UsePassiveMode { get; set; }
public:
virtual property bool UsePassiveMode {
bool get ();
void set (bool value);
}
abstract UsePassiveMode : bool with get, set
override UsePassiveMode : bool with get, set
function get UsePassiveMode () : boolean
function set UsePassiveMode (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if the task sends and receives files in passive mode; otherwise, false.
Implementa
IDTSConnectionManagerFtp100.UsePassiveMode
Comentarios
For more information, see ConnectionManager.