Propriedade do RDL ExecuteOutOfProcess
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (em Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Sintaxe
'Declaração
Default Property ExecuteOutOfProcess As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Boolean
Consulte também