Propriedade do RDL FTPClientConnection100Class.UsePassiveMode
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a value that indicates whether the task sends and receives files in passive mode.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable Property UsePassiveMode As Boolean
Get
Set
'Uso
Dim instance As FTPClientConnection100Class
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 da propriedade
Tipo: System.Boolean
true if the task sends and receives files in passive mode; false if the task sends and receives files in active mode.
Implementa
IDTSFtpClientConnection100.UsePassiveMode