Partager via


Propriété PackageRemote64Class.ForceExecutionValue

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Property ForceExecutionValue As Boolean 
    Get 
    Set
'Utilisation
Dim instance As PackageRemote64Class 
Dim value As Boolean 

value = instance.ForceExecutionValue

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

Valeur de propriété

Type : System.Boolean
true if the execution value of the container should be forced to contain a particular value; otherwise, false.

Implémente

IDTSContainer100.ForceExecutionValue

Voir aussi

Référence

PackageRemote64Class Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper