Поделиться через


Свойство PackageRemote64Class.InteractiveMode

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets a value that indicates whether the tasks should show user interface objects while executing.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Overridable Property InteractiveMode As Boolean 
    Get 
    Set
'Применение
Dim instance As PackageRemote64Class 
Dim value As Boolean 

value = instance.InteractiveMode

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

Значение свойства

Тип: System.Boolean
true if that tasks should show user interface objects while executing; otherwise, false.

Реализует

IDTSPackage100.InteractiveMode

См. также

Справочник

PackageRemote64Class Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper