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


Свойство IDTSPackage100.InteractiveMode

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

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

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

Синтаксис

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

value = instance.InteractiveMode

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

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

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

Замечания

This interface is implemented by the Package and PackageNeutral interfaces.

См. также

Справочник

IDTSPackage100 Интерфейс

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