Свойство FTPClientConnection100Class.UsePassiveMode
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets a value that indicates whether the task sends and receives files in passive mode.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable Property UsePassiveMode As Boolean
Get
Set
'Применение
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)
Значение свойства
Тип: System.Boolean
true if the task sends and receives files in passive mode; false if the task sends and receives files in active mode.
Реализует
IDTSFtpClientConnection100.UsePassiveMode