Compartilhar via


Propriedade do RDL IDTSFtpClientConnection100.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 whether the client connection uses passive mode.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Property UsePassiveMode As Boolean 
    Get 
    Set
'Uso
Dim instance As IDTSFtpClientConnection100 
Dim value As Boolean 

value = instance.UsePassiveMode

instance.UsePassiveMode = value
bool UsePassiveMode { get; set; }
property bool UsePassiveMode {
    bool get ();
    void set (bool value);
}
abstract UsePassiveMode : bool with get, set
function get UsePassiveMode () : boolean 
function set UsePassiveMode (value : boolean)

Valor da propriedade

Tipo: System.Boolean
True if the client connection uses passive mode, otherwise, false.

Consulte também

Referência

IDTSFtpClientConnection100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper