ExecuteOutOfProcess propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly : Microsoft.SqlServer.ExecPackageTaskWrap (dans Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntaxe
'Déclaration
Default Property ExecuteOutOfProcess As Boolean
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Boolean