Свойство ExecuteOutOfProcess
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Сборка: Microsoft.SqlServer.ExecPackageTaskWrap (в Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Синтаксис
'Декларация
Default Property ExecuteOutOfProcess As Boolean
Get
Set
'Применение
Dim instance As IDTSExecutePackage100
Dim value As Boolean
value = instance
instance = value
bool this { get; set; }
property bool default {
bool get ();
void set (bool value);
}
abstract ExecuteOutOfProcess : bool with get, set
function get ExecuteOutOfProcess () : boolean
function set ExecuteOutOfProcess (value : boolean)